Browse Source

修改地图的需求跟事件绑定相反的bug

feature
duanliangtao 2 years ago
parent
commit
7bcc912c8d
  1. 2
      src/views/dataBoard/overview/components/MapDialog/List12345.vue
  2. 4
      src/views/dataBoard/overview/index.vue

2
src/views/dataBoard/overview/components/MapDialog/List12345.vue

@ -116,7 +116,7 @@ export default {
secondIdList:[this.catVal]
}
this.$http.post("/governance/icEvent/list",params).then(({data: {data}}) => {
this.$http.post("/governance/dwdEvent/list",params).then(({data: {data}}) => {
this.total = data.total;
this.list = data.list;
this.loading = false;

4
src/views/dataBoard/overview/index.vue

@ -436,10 +436,10 @@ export default {
// -- xqwwcqk =
switch (data.type) {
case 'events':
this.mapType = "xqwwcqk";
this.mapType = "bmysxqk";
break;
case 'services':
this.mapType = "bmysxqk";
this.mapType = "xqwwcqk";
break;
case 'problems':
this.mapType = "njjwtqk";

Loading…
Cancel
Save