浏览代码

编辑刷新页面

duy 2 年之前
父节点
当前提交
a51d58699b
共有 2 个文件被更改,包括 9 次插入2 次删除
  1. 5 1
      src/views/manager/archivetree.vue
  2. 4 1
      src/views/manager/projectinfo/archivetreeRule.vue

+ 5 - 1
src/views/manager/archivetree.vue

@@ -1520,8 +1520,12 @@ export default {
           }
         }
       })
-       //刷新页面
+      if(this.menuKey='edit'){
+        //刷新页面
        window.location.reload()
+      }
+       
+       
     },
     async baocun (da) {
       if (da.majorDataType) {

+ 4 - 1
src/views/manager/projectinfo/archivetreeRule.vue

@@ -1500,8 +1500,11 @@ export default {
           }
         }
       })
-       //刷新页面
+      if(this.menuKey='edit'){
+        //刷新页面
        window.location.reload()
+      }
+       
     },
     async baocun (da) {
       if (da.majorDataType) {