|
@@ -323,11 +323,13 @@ export default {
|
|
this.$modal.closeLoading();
|
|
this.$modal.closeLoading();
|
|
this.$modal.notifySuccess("审批成功");
|
|
this.$modal.notifySuccess("审批成功");
|
|
this.searchList()
|
|
this.searchList()
|
|
|
|
+ this.sonTableList = []
|
|
}
|
|
}
|
|
})
|
|
})
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
this.$modal.closeLoading();
|
|
this.$modal.closeLoading();
|
|
this.searchList()
|
|
this.searchList()
|
|
|
|
+ this.sonTableList = []
|
|
})
|
|
})
|
|
}
|
|
}
|
|
},
|
|
},
|
|
@@ -342,10 +344,12 @@ export default {
|
|
this.$modal.closeLoading();
|
|
this.$modal.closeLoading();
|
|
this.$modal.notifySuccess("审批成功");
|
|
this.$modal.notifySuccess("审批成功");
|
|
this.searchList()
|
|
this.searchList()
|
|
|
|
+ this.sonTableList = []
|
|
}
|
|
}
|
|
}).catch(() => {
|
|
}).catch(() => {
|
|
this.$modal.closeLoading();
|
|
this.$modal.closeLoading();
|
|
this.searchList()
|
|
this.searchList()
|
|
|
|
+ this.sonTableList = []
|
|
})
|
|
})
|
|
},
|
|
},
|
|
handleSizeChange(val) {
|
|
handleSizeChange(val) {
|