flat: 修改传说中的Attachment

This commit is contained in:
Apcallover
2024-04-22 15:17:21 +08:00
parent 75f8ff835e
commit 459985c9fa
4 changed files with 24 additions and 8 deletions

View File

@@ -103,7 +103,8 @@
companyTid: {
type: 'string',
required: true,
message: '请输入统一信用代码',
max: 18,
message: '请输入18位统一信用代码',
trigger: ['change']
},
masterName: {
@@ -251,6 +252,7 @@
}
let resData = await getInviteCompanyAuthInfo(params)
if (resData.data.code === 200) {
console.log(resData.data.data)
this.formData = {
...resData.data.data,
nature: String(resData.data.data.nature),