소스 검색

Merge branch 'master' of http://47.110.251.215:3000/web/saber

duy 2 년 전
부모
커밋
a840bf6748
2개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/manager/archivetree.vue
  2. 2 0
      src/views/manager/projectinfo/archivetreeRule.vue

+ 2 - 0
src/views/manager/archivetree.vue

@@ -1520,6 +1520,8 @@ export default {
           }
           }
         }
         }
       })
       })
+       //刷新页面
+       window.location.reload()
     },
     },
     async baocun (da) {
     async baocun (da) {
       if (da.majorDataType) {
       if (da.majorDataType) {

+ 2 - 0
src/views/manager/projectinfo/archivetreeRule.vue

@@ -1500,6 +1500,8 @@ export default {
           }
           }
         }
         }
       })
       })
+       //刷新页面
+       window.location.reload()
     },
     },
     async baocun (da) {
     async baocun (da) {
       if (da.majorDataType) {
       if (da.majorDataType) {