|
@@ -541,7 +541,8 @@ export default {
|
|
|
account: null,
|
|
account: null,
|
|
|
createTime: null,
|
|
createTime: null,
|
|
|
isHandle: 0,
|
|
isHandle: 0,
|
|
|
- remarks:null
|
|
|
|
|
|
|
+ remarks:null,
|
|
|
|
|
+ isProcessCompleted:null
|
|
|
};
|
|
};
|
|
|
this.resetForm("form");
|
|
this.resetForm("form");
|
|
|
},
|
|
},
|
|
@@ -573,6 +574,7 @@ export default {
|
|
|
this.complaintTime = null;
|
|
this.complaintTime = null;
|
|
|
this.queryParams.complaintsTime=null;
|
|
this.queryParams.complaintsTime=null;
|
|
|
this.queryParams.complainteTime=null;
|
|
this.queryParams.complainteTime=null;
|
|
|
|
|
+ this.queryParams.isProcessCompleted = null;
|
|
|
this.resetForm("queryForm");
|
|
this.resetForm("queryForm");
|
|
|
this.handleQuery();
|
|
this.handleQuery();
|
|
|
},
|
|
},
|