|
@@ -82,7 +82,11 @@ export default {
|
|
|
company: res.data.name,
|
|
|
phone: res.data.phone,
|
|
|
email: res.data.email,
|
|
|
+ companytype: res.data.companytype,
|
|
|
+ companydate: res.data.companydate,
|
|
|
+ companycapital: res.data.companycapital,
|
|
|
};
|
|
|
+ console.log(message);
|
|
|
this.$set(this, `form`, message);
|
|
|
this.$set(this, `companyInfo`, res.data);
|
|
|
}
|