重置 修改

This commit is contained in:
shidongli 2022-11-15 15:10:54 +08:00
parent 4479313920
commit 6ba0ae4882
3 changed files with 11 additions and 7 deletions

View File

@ -220,7 +220,7 @@
<el-form-item label="护理站名称" prop="nurseStationName"> <el-form-item label="护理站名称" prop="nurseStationName">
<el-input <el-input
v-model="form.nurseStationName" v-model="form.nurseStationName"
placeholder="请输入商品名称" placeholder="请输入护理站名称"
max="40" max="40"
style="width: 210px" style="width: 210px"
disabled disabled
@ -797,6 +797,8 @@ export default {
this.queryParams.goodsName = null this.queryParams.goodsName = null
this.queryParams.goodsCategoryName = null this.queryParams.goodsCategoryName = null
this.queryParams.goodsPurpose = null this.queryParams.goodsPurpose = null
this.queryParams.whetherShelf = null
} }
this.handleQuery(); this.handleQuery();
}, },

View File

@ -782,6 +782,9 @@ export default {
} else { } else {
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.queryParams.pageSize = 10; this.queryParams.pageSize = 10;
this.queryParams.orderNo = null
this.queryParams.orderStatus = null
this.queryParams.patientName=null
} }
this.handleQuery(); this.handleQuery();
}, },

View File

@ -8,7 +8,7 @@
v-show="showSearch" v-show="showSearch"
label-width="100px" label-width="100px"
> >
<el-form-item <el-form-item
label="护理站名称" label="护理站名称"
prop="nurseStationName" prop="nurseStationName"
@ -52,7 +52,7 @@
@keyup.enter.native="handleQuery" @keyup.enter.native="handleQuery"
/> />
</el-form-item> </el-form-item>
<el-form-item> <el-form-item>
<el-button <el-button
type="primary" type="primary"
@ -294,7 +294,7 @@
</el-option> </el-option>
</el-select> </el-select>
</el-form-item> </el-form-item>
<el-form-item label="护理站名称" prop="nurseStationName"> <el-form-item label="护理站名称" prop="nurseStationName">
<el-input <el-input
v-model="form.nurseStationName" v-model="form.nurseStationName"
@ -879,11 +879,10 @@ export default {
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
} else { } else {
console.log(1); // console.log(1);
// this.queryParams.nurseStationCode = null;
this.queryParams.pageSize = 10; this.queryParams.pageSize = 10;
this.queryParams.pageNum = 1; this.queryParams.pageNum = 1;
this.queryParams.nurseStationType = null; this.queryParams.nurseStationCode = null;
this.handleQuery(); this.handleQuery();
} }
}, },