重置
This commit is contained in:
parent
0642d8307b
commit
134dfce80f
@ -42,7 +42,10 @@
|
||||
</el-form-item>
|
||||
|
||||
<el-form-item label="商品用途" prop="goodsPurpose">
|
||||
<el-select v-model="queryParams.goodsPurpose" placeholder="请选择商品用途">
|
||||
<el-select
|
||||
v-model="queryParams.goodsPurpose"
|
||||
placeholder="请选择商品用途"
|
||||
>
|
||||
<el-option
|
||||
v-for="item in goods"
|
||||
:key="item.value"
|
||||
@ -797,6 +800,8 @@ export default {
|
||||
this.queryParams.goodsName = null
|
||||
this.queryParams.goodsCategoryName = null
|
||||
this.queryParams.goodsPurpose = null
|
||||
this.queryParams.whetherShelf = null
|
||||
|
||||
}
|
||||
this.handleQuery();
|
||||
},
|
||||
|
||||
@ -934,7 +934,6 @@ export default {
|
||||
this.queryParams.orderNo = null
|
||||
this.queryParams.orderStatus = null
|
||||
|
||||
|
||||
}
|
||||
this.handleQuery();
|
||||
},
|
||||
|
||||
@ -782,6 +782,9 @@ export default {
|
||||
} else {
|
||||
this.queryParams.pageNum = 1;
|
||||
this.queryParams.pageSize = 10;
|
||||
this.queryParams.orderNo = null
|
||||
this.queryParams.orderStatus = null
|
||||
this.queryParams.patientName=null
|
||||
}
|
||||
this.handleQuery();
|
||||
},
|
||||
|
||||
@ -883,7 +883,7 @@ export default {
|
||||
// this.queryParams.nurseStationCode = null;
|
||||
this.queryParams.pageSize = 10;
|
||||
this.queryParams.pageNum = 1;
|
||||
this.queryParams.nurseStationType = null;
|
||||
this.queryParams.nurseStationCode = null;
|
||||
this.handleQuery();
|
||||
}
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user