|
|
@ -404,6 +404,7 @@ export default {
|
|
|
|
this.formPlanEnterprise.enterpriseName = row.enterpriseName;
|
|
|
|
this.formPlanEnterprise.enterpriseName = row.enterpriseName;
|
|
|
|
this.formPlanEnterprise.district = row.district;
|
|
|
|
this.formPlanEnterprise.district = row.district;
|
|
|
|
this.formPlanEnterprise.status = 0;
|
|
|
|
this.formPlanEnterprise.status = 0;
|
|
|
|
|
|
|
|
this.formPlanEnterprise.checkStatus = 0;
|
|
|
|
// console.log(row);
|
|
|
|
// console.log(row);
|
|
|
|
addEnterprise(this.formPlanEnterprise).then((response) => {
|
|
|
|
addEnterprise(this.formPlanEnterprise).then((response) => {
|
|
|
|
this.$modal.msgSuccess("加入成功");
|
|
|
|
this.$modal.msgSuccess("加入成功");
|
|
|
|