特殊人群

This commit is contained in:
yanran200730
2022-03-10 12:27:46 +08:00
parent 7f2d6942dc
commit 610631133a
5 changed files with 194 additions and 35 deletions

View File

@@ -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
}
})