From 3abc857523261194d0a8ec5c833d4bd218426922 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=97=AB=E6=99=93=E8=8C=B9?= <1935832701@qq.com> Date: Mon, 14 Nov 2022 11:01:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A4=E7=90=86=E7=AB=99=E9=A1=B9=E7=9B=AE?= =?UTF-8?q?=E7=9A=84=E8=80=97=E6=9D=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/stationItem/index.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/views/system/stationItem/index.vue b/src/views/system/stationItem/index.vue index 65c9d8c..8e9e98c 100644 --- a/src/views/system/stationItem/index.vue +++ b/src/views/system/stationItem/index.vue @@ -966,6 +966,7 @@ export default { }, /** 耗材列表 */ listStationConsumable() { + listStationConsumable(this.StationConsumablequeryParams).then( (response) => { this.stationConsumableList = response.rows; @@ -1120,15 +1121,18 @@ export default { handleAdd() { this.reset(); this.open = true; + this.StationConsumablequeryParams.nurseStationId = null; this.title = "添加护理站护理项目"; }, /** 修改按钮操作 */ handleUpdate(row) { this.reset(); + this.StationConsumablequeryParams.nurseStationId = null const id = row.id || this.ids; getNurseItem(id).then((response) => { console.log(response); this.form = response.data; + this.StationConsumablequeryParams.nurseStationId=response.data.nurseStationItem.nurseStationId this.imgone = this.form.nurseStationItem.itemPictureUrl; if (this.form.nurseStationItemPrices == []) { var obj = {