Răsfoiți Sursa

编辑刷新页面

duy 2 ani în urmă
părinte
comite
a51d58699b

+ 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) {