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