作者 xudada

修复分单批量导入addForm.shp_aeo.oci_country_code异常报错BUG

@@ -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