|
@@ -860,6 +860,17 @@ export default {
|
|
this.screenForm.startInstallTime = ''
|
|
this.screenForm.startInstallTime = ''
|
|
this.screenForm.endInstallTime = ''
|
|
this.screenForm.endInstallTime = ''
|
|
this.$refs.screenForm.resetFields()
|
|
this.$refs.screenForm.resetFields()
|
|
|
|
+ this.getDataList({
|
|
|
|
+ pageSize: this.pageSize,
|
|
|
|
+ pageNum: 1,
|
|
|
|
+ confirmName: '',
|
|
|
|
+ createName: '',
|
|
|
|
+ enginOrderNo: '',
|
|
|
|
+ enginOrderType: this.enginOrderType,
|
|
|
|
+ examineStatus: this.examine,
|
|
|
|
+ refUseUnit: '',
|
|
|
|
+ ...this.screenForm
|
|
|
|
+ })
|
|
// this.screenForm.endSpecification = "";
|
|
// this.screenForm.endSpecification = "";
|
|
// this.screenForm.endSpecialNo = "";
|
|
// this.screenForm.endSpecialNo = "";
|
|
// this.screenForm.endRefFactoryNo = "";
|
|
// this.screenForm.endRefFactoryNo = "";
|