flat: groupType
This commit is contained in:
@@ -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; //返回字典的层级结构
|
||||||
|
|||||||
@@ -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; //返回字典的层级结构
|
||||||
|
|||||||
Reference in New Issue
Block a user