westonliuqing 5 năm trước cách đây
mục cha
commit
2cd3d391f3
1 tập tin đã thay đổi với 5 bổ sung3 xóa
  1. 5 3
      src/views/projectManage/bugList/details/index.vue

+ 5 - 3
src/views/projectManage/bugList/details/index.vue

@@ -779,9 +779,11 @@ export default {
       this.loading.drawer = false
       this.init()
     },
-    drawerShow(newV) {
-      this.init()
-      this.uploadButton = newV
+    drawerShow(newV, oldVal) {
+      if (newV) {
+        this.init()
+        this.uploadButton = newV
+      }
     }
   },
   created() {