Browse Source

12/11 11:39

11
mo 4 years ago
parent
commit
dc39b6b1bc
1 changed files with 2 additions and 4 deletions
  1. 2 4
      src/views/businessManager/orderManager/orderAudit/index.vue

+ 2 - 4
src/views/businessManager/orderManager/orderAudit/index.vue

@@ -40,8 +40,6 @@
         <el-form-item>
           <el-select class="multiple"
                      v-model.trim="searchForm.auditStatus"
-                     filterable
-                     clearable
                      placeholder="请选择审核状态">
             <el-option v-for="(item,index) in orderAuditTypeList"
                        :key="index"
@@ -186,7 +184,7 @@ export default {
       searchForm: {
         transNo: null,
         organId: null,
-        auditStatus: null,
+        auditStatus: 'ING',
         type: null,
       },
       tableList: [],
@@ -240,7 +238,7 @@ export default {
       this.searchForm = {
         transNo: null,
         organId: null,
-        auditStatus: null,
+        auditStatus: 'ING',
         type: null,
       };
       this.search();