|
@@ -888,6 +888,8 @@ export default {
|
|
|
reviewData(params).then(res => {
|
|
|
this.$successMsg('审核驳回')
|
|
|
this.goBack()
|
|
|
+ this.$emit('updateList')
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
// 审批通过
|
|
@@ -900,6 +902,8 @@ export default {
|
|
|
reviewData(params).then(res => {
|
|
|
this.$successMsg('审核通过')
|
|
|
this.goBack()
|
|
|
+ this.$emit('updateList')
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
async getData(data) {
|