flat: groupType

This commit is contained in:
Apcallover
2024-04-16 10:57:10 +08:00
parent d84dc9e2ee
commit 7faa63218a
2 changed files with 2 additions and 2 deletions

View File

@@ -42,7 +42,7 @@ export default {
type: "tree", type: "tree",
span: 24, span: 24,
display: true, display: true,
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`, dicUrl: `/api/jobslink-api/tenant/talents/group/listAll?groupType=1`,
dicMethod: "get", dicMethod: "get",
dicFormatter: (res) => { dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构 return res.data.list; //返回字典的层级结构

View File

@@ -42,7 +42,7 @@ export default {
type: "tree", type: "tree",
span: 24, span: 24,
display: true, display: true,
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`, dicUrl: `/api/jobslink-api/tenant/talents/group/listAll?groupType=0`,
dicMethod: "get", dicMethod: "get",
dicFormatter: (res) => { dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构 return res.data.list; //返回字典的层级结构