商品信息管理 护理站
This commit is contained in:
parent
cbb96c2ca6
commit
584fe05cd6
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user