优化多个字典数据查询
This commit is contained in:
@@ -158,7 +158,7 @@ $end
|
||||
$end
|
||||
];
|
||||
$if(index > 0)
|
||||
this.getMoreDicts(dictParams).then((response) => {
|
||||
this.getDicts(dictParams).then((response) => {
|
||||
response.data.forEach((element) => {
|
||||
this[element.columnName] = element.list;
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user