修复分单批量导入addForm.shp_aeo.oci_country_code异常报错BUG
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -2818,8 +2818,8 @@ export default { | @@ -2818,8 +2818,8 @@ export default { | ||
| 2818 | throw new Error("人工智能助手执行错误"); | 2818 | throw new Error("人工智能助手执行错误"); |
| 2819 | } | 2819 | } |
| 2820 | 2820 | ||
| 2821 | - this.addForm.shp_aeo.oci_country_code = this.addForm.shp.shp_location_iso; | ||
| 2822 | - this.addForm.cne_aeo.oci_country_code = this.addForm.cne.cne_location_iso; | 2821 | + this.shp_aeo.oci_country_code = this.addForm.shp.shp_location_iso; |
| 2822 | + this.cne_aeo.oci_country_code = this.addForm.cne.cne_location_iso; | ||
| 2823 | this.addForm.oci.push(this.shp_aeo); | 2823 | this.addForm.oci.push(this.shp_aeo); |
| 2824 | this.addForm.oci.push(this.cne_aeo); | 2824 | this.addForm.oci.push(this.cne_aeo); |
| 2825 | 2825 |
-
请 注册 或 登录 后发表评论