|
@@ -21,7 +21,7 @@
|
|
|
</el-form-item>
|
|
</el-form-item>
|
|
|
<el-form-item label="处理状态" prop="isHandleStore">
|
|
<el-form-item label="处理状态" prop="isHandleStore">
|
|
|
<el-select
|
|
<el-select
|
|
|
- v-model="queryParams.isHandleStore"
|
|
|
|
|
|
|
+ v-model="queryParams.isProcessCompleted"
|
|
|
placeholder="请选择处理状态"
|
|
placeholder="请选择处理状态"
|
|
|
clearable
|
|
clearable
|
|
|
size="small"
|
|
size="small"
|
|
@@ -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();
|
|
|
},
|
|
},
|