修改
This commit is contained in:
parent
c39942f152
commit
3b0776893d
@ -12,6 +12,7 @@
|
|||||||
<el-select
|
<el-select
|
||||||
v-model="queryParams.nurseStationId"
|
v-model="queryParams.nurseStationId"
|
||||||
placeholder="请选择护理站"
|
placeholder="请选择护理站"
|
||||||
|
@change="handleQuery"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in handstationlist"
|
v-for="item in handstationlist"
|
||||||
|
|||||||
@ -12,6 +12,7 @@
|
|||||||
<el-select
|
<el-select
|
||||||
v-model="queryParams.nurseStationId"
|
v-model="queryParams.nurseStationId"
|
||||||
placeholder="请选择护理站"
|
placeholder="请选择护理站"
|
||||||
|
@change="handleQuery"
|
||||||
>
|
>
|
||||||
<el-option
|
<el-option
|
||||||
v-for="item in handstationlist"
|
v-for="item in handstationlist"
|
||||||
|
|||||||
@ -647,6 +647,7 @@ export default {
|
|||||||
this.nurseItemquery.nurseStationId = e;
|
this.nurseItemquery.nurseStationId = e;
|
||||||
this.queryParams.nurseItemName = "";
|
this.queryParams.nurseItemName = "";
|
||||||
this.nurseitemid = "";
|
this.nurseitemid = "";
|
||||||
|
this.getList();
|
||||||
},
|
},
|
||||||
//删除海报图片列表
|
//删除海报图片列表
|
||||||
delPictureUrl(item) {
|
delPictureUrl(item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user