商品信息管理 护理站

This commit is contained in:
shidongli 2022-11-15 17:41:05 +08:00
parent cbb96c2ca6
commit 584fe05cd6

View File

@ -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;