fix:修复字典管理二级内容不展示问题
This commit is contained in:
@@ -251,7 +251,7 @@ const load = async (
|
||||
resolve: (data: User[]) => void
|
||||
) => {
|
||||
try {
|
||||
const resp = await getNextDictMenu(row.id,parentId.value);
|
||||
const resp = await getNextDictMenu(parentId.value,row.id);
|
||||
console.log("获取当前返回的二级数据信息==>:",resp);
|
||||
resolve([]);
|
||||
} catch (error) {
|
||||
|
||||
@@ -18,6 +18,7 @@ body {
|
||||
--mj-border-color:#{$mj-border-color};
|
||||
--mj-padding-standard:#{$mj-padding-standard};
|
||||
--mj-popper-radius: 8px;
|
||||
--el-color-primary:#2b65f6;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user