修改
This commit is contained in:
parent
69cc27c4a5
commit
6e46a11a9c
@ -18,7 +18,6 @@
|
||||
v-model="queryParams.nurseStationId"
|
||||
clearable
|
||||
placeholder="请选择护理站"
|
||||
|
||||
>
|
||||
<el-option
|
||||
v-for="item in handstationlist"
|
||||
@ -39,7 +38,6 @@
|
||||
<el-select
|
||||
v-model="queryParams.nurseStationId"
|
||||
placeholder="请选择护理站"
|
||||
|
||||
>
|
||||
<el-option
|
||||
v-for="item in handstationlist"
|
||||
@ -831,7 +829,6 @@ export default {
|
||||
this.info();
|
||||
this.getInfoListinfo();
|
||||
this.infos();
|
||||
|
||||
},
|
||||
methods: {
|
||||
imgUrl(imgUrl) {
|
||||
@ -1165,6 +1162,9 @@ export default {
|
||||
console.log(valid);
|
||||
if (valid) {
|
||||
if (this.form.nurseStationItem.id != null) {
|
||||
this.form.nurseStationItemPrices.forEach((e) => {
|
||||
e.nurseStationItemId = this.form.nurseStationItem.id;
|
||||
});
|
||||
updateNurseItem(this.form).then((response) => {
|
||||
var obj = { pictureUrlList: [] };
|
||||
if (this.imgone != this.form.nurseStationItem.itemPictureUrl) {
|
||||
@ -1196,7 +1196,7 @@ export default {
|
||||
pageSize: 9999,
|
||||
};
|
||||
getListByUser(queryFor).then((res) => {
|
||||
console.log(res)
|
||||
console.log(res);
|
||||
this.handstationlist = res.rows;
|
||||
});
|
||||
},
|
||||
@ -1241,7 +1241,6 @@ export default {
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user