zhaoke 2 سال پیش
والد
کامیت
6efa8fd7c3

+ 1 - 0
public/config.js

@@ -7,4 +7,5 @@ window.SERVICE_ID = {
   authTreeId: 18126, //获取表头
   roleListId: 10024,//角色列表
   userAuthorizationId: 10027,//用户授权
+  depTableId: 185, //机器维护表头
 };

+ 1 - 1
src/views/newTable/index.vue

@@ -317,7 +317,7 @@ export default {
     },
   },
   mounted () {
-    this.getDataSourceId(this.datasource_id)
+    // this.getDataSourceId(this.datasource_id)
   },
   updated () {
     this.$refs["table"]?.doLayout();

+ 1 - 1
src/views/systemSettings/views/newAuth/index.vue

@@ -370,7 +370,7 @@ export default {
             //   this.authObj = Value
             // }
           } else {
-            code = await this.getChangeList(this.queryId, data, 2)
+            code = await this.getChangeList(this.queryId, data, 2, 'auth_id')
           }
           if (code) {
             this.$message.success('操作成功')

+ 1 - 1
src/views/systemSettings/views/newMachine/components/table.vue

@@ -259,7 +259,7 @@ export default {
               "left": "(",
               "column": "serviceOutPutId",
               "comparator": "=",
-              "value": `185`,
+              "value": `${SERVICE_ID.depTableId}`,
               "right": ")",
               "connector": ""
             }