|
@@ -571,7 +571,22 @@ export default {
|
|
|
.then((res) => {
|
|
|
this.isShowExamineDialog = false;
|
|
|
this.$successMsg("修改成功");
|
|
|
- this.getList();
|
|
|
+ this.getDataList({
|
|
|
+ pageSize: this.pageSize,
|
|
|
+ pageNum: this.currentPage,
|
|
|
+ confirmName: "",
|
|
|
+ createName: "",
|
|
|
+ customerKeyword: "",
|
|
|
+ // endDeliverTime: "",
|
|
|
+ enginOrderNo: "",
|
|
|
+ enginOrderType: this.enginOrderType,
|
|
|
+ examineStatus: "",
|
|
|
+ refEnginRecordNo: "",
|
|
|
+ refProjectName: "",
|
|
|
+ refUseUnit: "",
|
|
|
+ ...this.screenForm,
|
|
|
+ // startDeliverTime: "",
|
|
|
+ });
|
|
|
})
|
|
|
},
|
|
|
//审批后更新列表数据
|