Browse Source

adm:feat> 修改bug

onlyh 3 years ago
parent
commit
d8ca7cd672

+ 4 - 4
public/systemConf.js

@@ -6,10 +6,10 @@
 
 var __systemConf = {
     // 平面图跳转地址
-    planJumpUrl: "http://192.168.64.18:9989/persagyPlan/home",
-    // planJumpUrl: "http://192.168.0.72:9989/persagyPlan/home",
+    // planJumpUrl: "http://192.168.64.18:9989/persagyPlan/home",
+    planJumpUrl: "http://192.168.0.72:9989/persagyPlan/home",
     // 拓扑图跳转地址
-    topoJumpUrl: "http://192.168.64.18:9989/persagyTopo/home",
-    // topoJumpUrl: "http://192.168.0.72:9989/persagyTopo/home",
+    // topoJumpUrl: "http://192.168.64.18:9989/persagyTopo/home",
+    topoJumpUrl: "http://192.168.0.72:9989/persagyTopo/home",
 }
 window.__systemConf = __systemConf

+ 1 - 0
src/components/public/adm-multi-table.vue

@@ -54,6 +54,7 @@ export default class extends Vue {
 
     @Emit("handleCurrentEdit")
     handleEdit(index: number, row: any) {
+        console.log(row)
         return row;
     }
 

+ 4 - 4
src/views/maintain/space/index.vue

@@ -117,8 +117,8 @@ export default class spaceIndex extends Vue {
     activeName = "table";
     building = ["all"];
 
-    zoneTypeVal = ["FunctionZone"];
-    zoneTypeValue = ["FunctionZone"];
+    zoneTypeVal = ["GeneralZone"];
+    zoneTypeValue = ["GeneralZone"];
     // 分页
     private paginationList = {
         page: 1,
@@ -130,7 +130,7 @@ export default class spaceIndex extends Vue {
     graphOptions = [];
     zoneTypeOption = [
         {
-            value: "FunctionZone",
+            value: "GeneralZone",
             label: "功能空间",
         },
         {
@@ -435,7 +435,7 @@ export default class spaceIndex extends Vue {
                 let basicInfos = [],
                     dictStages = [];
                 this.all = res[0].content;
-                if (this.zoneTypeValue[0] != "FunctionZone") {
+                if (this.zoneTypeValue[0] != "GeneralZone") {
                     // todo 列表只展示 分区 / 包含的功能空间
                     const currentZone = this.$refs['cascaderZone'].getCheckedNodes()[0].label
 

+ 2 - 2
src/views/scene/tiepoint/components/systemTab/index.vue

@@ -95,8 +95,8 @@ export default class SystemTab extends Vue {
     private systemOptions: any[] = [];
     // 下拉框映射
     private optionProps: any = {
-        value: "code",
-        label: "name",
+        value: "aliasCode",
+        label: "aliasName",
         children: "children",
     };
     // 表格数据加载loading