1

parent 947af3a4
...@@ -99,7 +99,7 @@ function getCompanyInfoApiFn() { ...@@ -99,7 +99,7 @@ function getCompanyInfoApiFn() {
companyInfo = res.data; companyInfo = res.data;
status.value = res.data.status; status.value = res.data.status;
myLicensePath.value = res.data.licensePath; myLicensePath.value = res.data.licensePath;
companyName.value = res.data.companyName; companyName.value = res.data.name;
myCode.value = res.data.creditCode; myCode.value = res.data.creditCode;
myLicenseValidityPeriod.value = res.data.licenseValidityPeriod; myLicenseValidityPeriod.value = res.data.licenseValidityPeriod;
}); });
...@@ -110,7 +110,7 @@ function companyReviewInfoFn() { ...@@ -110,7 +110,7 @@ function companyReviewInfoFn() {
companyInfo = res.data; companyInfo = res.data;
status.value = res.data.status; status.value = res.data.status;
myLicensePath.value = res.data.licensePath; myLicensePath.value = res.data.licensePath;
companyName.value = res.data.companyName; companyName.value = res.data.name;
myCode.value = res.data.creditCode; myCode.value = res.data.creditCode;
myLicenseValidityPeriod.value = res.data.licenseValidityPeriod; myLicenseValidityPeriod.value = res.data.licenseValidityPeriod;
}); });
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment