Explorar el Código

Merge branch 'dev_v2' of https://gogs.zfire.top/zfire-front/supply-front into dev_v2

zh hace 2 años
padre
commit
ce8c4742b0
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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) {