修改bug 52687 【线上】标准入库流程 海外入库 修订节点 国家地区没显示

This commit is contained in:
zhangyichen
2022-04-27 16:22:26 +08:00
parent ded59b7414
commit 89a89fd306
@@ -2638,7 +2638,7 @@ export default {
this.form.prcNum = this.prcNum
this.form.prcName = this.prcName
this.form['id'] = item.id
this.form.country = item.country.split(',')
// 遍历对象
for (const p in this.form) {