|
@@ -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();
|