Переглянути джерело

Merge remote-tracking branch 'origin/yjb_ScrmStores' into yjb_ScrmStores

Guos 1 місяць тому
батько
коміт
e5abbc2742
1 змінених файлів з 4 додано та 2 видалено
  1. 4 2
      src/views/user/complaint/index.vue

+ 4 - 2
src/views/user/complaint/index.vue

@@ -21,7 +21,7 @@
       </el-form-item>
       <el-form-item label="处理状态" prop="isHandleStore">
         <el-select
-          v-model="queryParams.isHandleStore"
+          v-model="queryParams.isProcessCompleted"
           placeholder="请选择处理状态"
           clearable
           size="small"
@@ -541,7 +541,8 @@ export default {
         account: null,
         createTime: null,
         isHandle: 0,
-        remarks:null
+        remarks:null,
+        isProcessCompleted:null
       };
       this.resetForm("form");
     },
@@ -573,6 +574,7 @@ export default {
       this.complaintTime = null;
       this.queryParams.complaintsTime=null;
       this.queryParams.complainteTime=null;
+      this.queryParams.isProcessCompleted = null;
       this.resetForm("queryForm");
       this.handleQuery();
     },