|
@@ -384,31 +384,41 @@ const getfetchRelatePart = async () => {
|
|
|
state.fetchListAll = data;
|
|
|
};
|
|
|
//型号列表
|
|
|
-const modelList = computed(() => {
|
|
|
+const modelList = [
|
|
|
+ {
|
|
|
+ id: "WT2000D121H85",
|
|
|
+ name: "WT2000D121H85"
|
|
|
+ },
|
|
|
+ {
|
|
|
+ id: "UP2000-130",
|
|
|
+ name: "UP2000-130"
|
|
|
+ }
|
|
|
+]
|
|
|
+// const modelList = computed(() => {
|
|
|
// if (state.changZhan == "") {
|
|
|
// return [];
|
|
|
// } else {
|
|
|
// return state.modelListAll[state.changZhan];
|
|
|
// }
|
|
|
- return [
|
|
|
- {
|
|
|
- id: "SEC-W02B-1250kW",
|
|
|
- nemCode: "SEC-W02B-1250kW",
|
|
|
- name: "SEC-W02B-1250kW",
|
|
|
- aname: "SEC-W02B-1250kW",
|
|
|
- description: "DI",
|
|
|
- powerProduction: 1250,
|
|
|
- windturbineManufacturerId: "SHDQ_MF",
|
|
|
- photo: null,
|
|
|
- unit: null,
|
|
|
- cutinwindSpeed: 3,
|
|
|
- ratedwindSpeed: 11,
|
|
|
- cutoutwindSpeed: "25",
|
|
|
- sweptArea: 5800,
|
|
|
- equipmentCategory: "F",
|
|
|
- },
|
|
|
- ];
|
|
|
-});
|
|
|
+// return [
|
|
|
+// {
|
|
|
+// id: "SEC-W02B-1250kW",
|
|
|
+// nemCode: "SEC-W02B-1250kW",
|
|
|
+// name: "SEC-W02B-1250kW",
|
|
|
+// aname: "SEC-W02B-1250kW",
|
|
|
+// description: "DI",
|
|
|
+// powerProduction: 1250,
|
|
|
+// windturbineManufacturerId: "SHDQ_MF",
|
|
|
+// photo: null,
|
|
|
+// unit: null,
|
|
|
+// cutinwindSpeed: 3,
|
|
|
+// ratedwindSpeed: 11,
|
|
|
+// cutoutwindSpeed: "25",
|
|
|
+// sweptArea: 5800,
|
|
|
+// equipmentCategory: "F",
|
|
|
+// },
|
|
|
+// ];
|
|
|
+// });
|
|
|
//部件列表
|
|
|
const componentList = computed(() => {
|
|
|
// if (state.changZhan == "") {
|