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