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