|
...
|
...
|
@@ -2818,8 +2818,8 @@ export default { |
|
|
|
throw new Error("人工智能助手执行错误");
|
|
|
|
}
|
|
|
|
|
|
|
|
this.addForm.shp_aeo.oci_country_code = this.addForm.shp.shp_location_iso;
|
|
|
|
this.addForm.cne_aeo.oci_country_code = this.addForm.cne.cne_location_iso;
|
|
|
|
this.shp_aeo.oci_country_code = this.addForm.shp.shp_location_iso;
|
|
|
|
this.cne_aeo.oci_country_code = this.addForm.cne.cne_location_iso;
|
|
|
|
this.addForm.oci.push(this.shp_aeo);
|
|
|
|
this.addForm.oci.push(this.cne_aeo);
|
|
|
|
|
...
|
...
|
|