|
@@ -532,7 +532,7 @@ export default {
|
|
examineStatus: this.examineForm.status,
|
|
examineStatus: this.examineForm.status,
|
|
approvalRemark: this.examineForm.remark,
|
|
approvalRemark: this.examineForm.remark,
|
|
}).then(res => {
|
|
}).then(res => {
|
|
- this.isShowEditDateDialog = false;
|
|
|
|
|
|
+ this.isShowExamineDialog = false;
|
|
this.getList();
|
|
this.getList();
|
|
this.$successMsg('审批成功');
|
|
this.$successMsg('审批成功');
|
|
})
|
|
})
|