重置 修改
This commit is contained in:
parent
4479313920
commit
6ba0ae4882
@ -220,7 +220,7 @@
|
||||
<el-form-item label="护理站名称" prop="nurseStationName">
|
||||
<el-input
|
||||
v-model="form.nurseStationName"
|
||||
placeholder="请输入商品名称"
|
||||
placeholder="请输入护理站名称"
|
||||
max="40"
|
||||
style="width: 210px"
|
||||
disabled
|
||||
@ -797,6 +797,8 @@ export default {
|
||||
this.queryParams.goodsName = null
|
||||
this.queryParams.goodsCategoryName = null
|
||||
this.queryParams.goodsPurpose = null
|
||||
this.queryParams.whetherShelf = 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();
|
||||
},
|
||||
|
||||
@ -8,7 +8,7 @@
|
||||
v-show="showSearch"
|
||||
label-width="100px"
|
||||
>
|
||||
|
||||
|
||||
<el-form-item
|
||||
label="护理站名称"
|
||||
prop="nurseStationName"
|
||||
@ -52,7 +52,7 @@
|
||||
@keyup.enter.native="handleQuery"
|
||||
/>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
<el-form-item>
|
||||
<el-button
|
||||
type="primary"
|
||||
@ -294,7 +294,7 @@
|
||||
</el-option>
|
||||
</el-select>
|
||||
</el-form-item>
|
||||
|
||||
|
||||
<el-form-item label="护理站名称" prop="nurseStationName">
|
||||
<el-input
|
||||
v-model="form.nurseStationName"
|
||||
@ -879,11 +879,10 @@ export default {
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
} else {
|
||||
console.log(1);
|
||||
// this.queryParams.nurseStationCode = null;
|
||||
// console.log(1);
|
||||
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