|
@@ -520,7 +520,6 @@
|
|
|
this.getExposureStage(this.getCurrentDataStr())
|
|
|
this.getSupermap(this.getCurrentDataStr())
|
|
|
this.getMenuEventType()
|
|
|
- this.getResource()
|
|
|
}, 2000)
|
|
|
|
|
|
/** ----------------------------------weosocket开始------------------------------------- */
|
|
@@ -1357,7 +1356,8 @@
|
|
|
}, 2000)
|
|
|
} else {
|
|
|
setTimeout(() => {
|
|
|
- that.$refs.supermap.clearM()
|
|
|
+ that.$refs.supermap.clearM();
|
|
|
+ that.getResource()
|
|
|
}, 2000)
|
|
|
}
|
|
|
})
|