Quellcode durchsuchen

修改添加其他数据源产生的一些逻辑修改

zhangyu vor 5 Jahren
Ursprung
Commit
4f85327eff

+ 0 - 2
src/components/config_point/examine_main.vue

@@ -138,7 +138,6 @@
                         data: {
                             Filters: {
                                 DataSourceId: this.datasourceId,
-                                ProjectId: this.projectId,
                                 KeyEquipmentParameter: this.EquipmentParameter,
                                 KeyEquipmentType: this.EquipmentType,
                                 Used: true
@@ -169,7 +168,6 @@
                     type: this.protocolType,
                     data: {
                         DataSourceId: this.datasourceId,
-                        ProjectId: this.projectId,
                         KeyEquipmentType: this.EquipmentType
                     }
                 }, res => {

+ 0 - 2
src/components/config_point/find_keyword.vue

@@ -209,7 +209,6 @@
                 queryFun({
                     data: {
                         DataSourceId: this.datasourceId,
-                        ProjectId: this.projectId,
                         Ai: this.isSwitch
                     },
                     type: this.protocolType
@@ -273,7 +272,6 @@
                 // console.log(getListFetch)
                 getListFetch({
                     data: {
-                        ProjectId: this.projectId,
                         DataSourceId: this.datasourceId
                     },
                     type: this.protocolType

+ 8 - 1
src/components/config_point/step3_point/dialog_main.vue

@@ -264,7 +264,14 @@
                                     Visible: true,
                                     FirstTag: ""
                                 }
-                            ]
+                            ],
+                            "common": [{
+                                InfoPointName: "*地址详情",
+                                InfoPointCode: "JoinedInfo",
+                                InputMode: "B1",
+                                Visible: true,
+                                FirstTag: ""
+                            }],
                         }
                         let allData = this.identDataArr,
                             data = {

+ 0 - 1
src/components/config_point/step3_point/steps3_main.vue

@@ -132,7 +132,6 @@
                                 Filters: {
                                     KeyEquipmentParameter: param.EquipmentParameter,
                                     KeyEquipmentType: param.EquipmentType,
-                                    DataSourceId: this.datasourceId,
                                     Used: true
                                     // KeyEquipmentParameter: '温度',
                                     // KeyEquipmentType: '冷机'

+ 1 - 1
src/views/point/config_point/edit_origin/index.vue

@@ -186,7 +186,7 @@
                         this.$message.success("更新成功!")
                     })
                 } else {
-                    param.ProjectId = this.projectId
+                    // param.ProjectId = this.projectId
                     console.log(param, "param")
                     createDataSource(param, res => {
                         console.log(res)