上架编辑接口联调
This commit is contained in:
parent
c5413b874d
commit
c49fe4858c
|
|
@ -494,10 +494,13 @@
|
|||
areaList.forEach(o => {
|
||||
if (chosenAreaMap.has(o.areaId)) {
|
||||
o = chosenAreaMap.get(o.areaId);
|
||||
o.checked = true;
|
||||
o.checked = true;
|
||||
o.areaId = o.countryAreaId;
|
||||
o.areaCode = o.countryAreaId;
|
||||
}
|
||||
newAreaList.push(o);
|
||||
});
|
||||
});
|
||||
console.log(newAreaList)
|
||||
|
||||
this.formData = {
|
||||
servName: goods.goodsName,
|
||||
|
|
|
|||
Loading…
Reference in New Issue