特殊人群
This commit is contained in:
@@ -128,7 +128,7 @@
|
||||
if (res.data.records.length) {
|
||||
this.companyList = res.data.records.map(v => {
|
||||
return {
|
||||
dictValue: v.id,
|
||||
dictValue: v.corpId,
|
||||
dictName: v.name
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user