Ver Fonte

feat: 添加页面刷新

aXin-0810 há 2 anos atrás
pai
commit
e7383d7776
1 ficheiros alterados com 1 adições e 2 exclusões
  1. 1 2
      src/views/supply/apply/apply_list.vue

+ 1 - 2
src/views/supply/apply/apply_list.vue

@@ -480,8 +480,6 @@ export default {
       this.$nextTick(() => {
         this.$refs.refDetail.initPrint()
       })
-
-      // this.$refs.refDetail.initPrint()
     },
 
     backList() {
@@ -490,6 +488,7 @@ export default {
       this.isShowExamine = false
       this.isShowForm = false
       this.isShowReturnForm = false
+      this.$refs.pageRef.refreshList()
     },
 
     handleDelete(id) {