From 584fe05cd6b5d3cea11b44adf4b239f22ad050ef Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 15 Nov 2022 17:41:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E4=BF=A1=E6=81=AF=E7=AE=A1?= =?UTF-8?q?=E7=90=86=20=E6=8A=A4=E7=90=86=E7=AB=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/OperateGoodsInfo/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/system/OperateGoodsInfo/index.vue b/src/views/system/OperateGoodsInfo/index.vue index 0aad5bc..e091c43 100644 --- a/src/views/system/OperateGoodsInfo/index.vue +++ b/src/views/system/OperateGoodsInfo/index.vue @@ -839,10 +839,13 @@ export default { }, /** 修改按钮操作 */ handleUpdate(row) { - // this.nurseStationId = row.id; this.reset(); const id = row.goodsInfoId || this.ids; - this.StationName = row.nurseStationName; + this.StationName = row.nurseStationName; + if(this.StationName == null){ + this.StationName = "请选择所属护理站"; + } + console.log(this.StationName) getGoodsInfo(id).then((response) => { this.form = response.data[0]; this.imgone = this.form.goodsPictureUrl;