Преглед на файлове

Merge branch 'deploy_0106' of http://git.chelingzhu.com/chelingzhu-web/zxyj-admin-html into deploy_0106

lilei преди 4 години
родител
ревизия
2635e4eb83
променени са 1 файла, в които са добавени 6 реда и са изтрити 4 реда
  1. 6 4
      src/views/cleanManage/netWorkCleanModal.vue

+ 6 - 4
src/views/cleanManage/netWorkCleanModal.vue

@@ -85,13 +85,15 @@ export default {
     isShow (newValue, oldValue) {
       if (!newValue) {
         this.$emit('close')
-      }
-    },
-    stationNo (newValue, oldValue) {
-      if (newValue && this.isShow) {
+      } else {
         this.$refs.table.refresh(true)
       }
     }
+    // stationNo (newValue, oldValue) {
+    //   if (newValue && this.isShow) {
+    //     this.$refs.table.refresh(true)
+    //   }
+    // }
   }
 }
 </script>