Browse Source

数据大盘:半浮层改造(0.9)

洪海涛 4 years ago
parent
commit
304a534160
1 changed files with 4 additions and 3 deletions
  1. 4 3
      src/views/dataBigManage/components/drawerModal/index.vue

+ 4 - 3
src/views/dataBigManage/components/drawerModal/index.vue

@@ -191,9 +191,10 @@ export default {
   },
   watch: {
     drawerData(v, o) {
-      if (JSON.stringify(v) !== JSON.stringify(o)) {
-        this.init()
-      }
+      // if (JSON.stringify(v) !== JSON.stringify(o)) {
+      //   this.init()
+      // }
+      this.init()
     },
     openDrawer(value) {
       this.drawer = value