|
@@ -644,15 +644,12 @@ export default {
|
|
|
this.form.corpsAttnList = this.contactsData;
|
|
|
this.form.corpsBankList = this.bankOfDepositData;
|
|
|
this.form.corpsItems = this.advantageProjectData;
|
|
|
- // console.log(typeof(this.form.companytype))
|
|
|
- // this.form.corpsTypeId = JSON.stringify(this.form.corpsTypeId).replace(/[\[\]]/g,"")
|
|
|
- // console.log(typeof this.form.corpsTypeId)
|
|
|
if (typeof this.form.corpsTypeId == "object") {
|
|
|
this.form.corpsTypeId = this.form.corpsTypeId.join(",");
|
|
|
}
|
|
|
this.disabled = true;
|
|
|
+ this.form.belongtoarea = this.form.belongtoarea.toString();
|
|
|
typeSave(this.form).then(res => {
|
|
|
- console.log(res.data);
|
|
|
if (res.data.data === "error") {
|
|
|
this.disabled = false;
|
|
|
this.$message({
|