1

parent 2d146dab
...@@ -140,7 +140,7 @@ function getCompanyInfoApiFn() { ...@@ -140,7 +140,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;
}); });
......
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