Browse Source

Merge branch 'test' of http://121.42.41.42:7070/r/epmet-oper-gov into test

test
HAHA 3 years ago
parent
commit
de6bae0f21
  1. 2
      src/views/main-shuju/main.vue
  2. 2
      src/views/main.vue
  3. 1
      src/views/modules/visual/communityParty/community.vue
  4. 590
      src/views/modules/visual/components/screen-map/index.vue

2
src/views/main-shuju/main.vue

@ -123,7 +123,7 @@ export default {
localStorage.setItem("customerName", data.customerName || ""); localStorage.setItem("customerName", data.customerName || "");
} }
} else { } else {
this.$message.error(rspMsg); this.$message.error(msg);
} }
}, },
}, },

2
src/views/main.vue

@ -159,7 +159,7 @@ export default {
localStorage.setItem("customerName", data.customerName || ""); localStorage.setItem("customerName", data.customerName || "");
} }
} else { } else {
this.$message.error(rspMsg); this.$message.error(msg);
} }
}, },
}, },

1
src/views/modules/visual/communityParty/community.vue

@ -531,6 +531,7 @@ export default {
this.unitTableData = data.list.map((item, index) => { this.unitTableData = data.list.map((item, index) => {
return { return {
...item, ...item,
index: index + 1,
urlIndex: index urlIndex: index
} }
}) })

590
src/views/modules/visual/components/screen-map/index.vue

File diff suppressed because it is too large
Loading…
Cancel
Save