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;