|
@@ -97,7 +97,9 @@ export default {
|
|
this.submitDisabled=true
|
|
this.submitDisabled=true
|
|
this.taskForm.condition = val;
|
|
this.taskForm.condition = val;
|
|
handlePssrApprove(this.taskForm).then(res => {
|
|
handlePssrApprove(this.taskForm).then(res => {
|
|
-
|
|
|
|
|
|
+ this.msgSuccess("审核成功");
|
|
|
|
+ this.visible = false;
|
|
|
|
+ this.$emit('refreshDataList')
|
|
})
|
|
})
|
|
}
|
|
}
|
|
}
|
|
}
|