diff --git a/src/views/mtm/route_show.vue b/src/views/mtm/route_show.vue index e8335864..f42c0a9f 100644 --- a/src/views/mtm/route_show.vue +++ b/src/views/mtm/route_show.vue @@ -138,9 +138,6 @@ export default { that.tabsData['总图'] = res; if (!that.limitedWatch) { that.limitedWatch = true; - that.$nextTick(() => { - that.$refs.degraDialogs.open(); - }); } }) }, diff --git a/src/views/statistics/batch_statistics.vue b/src/views/statistics/batch_statistics.vue index 9865a9d9..9f2326bb 100644 --- a/src/views/statistics/batch_statistics.vue +++ b/src/views/statistics/batch_statistics.vue @@ -1,6 +1,6 @@