修正接口

This commit is contained in:
18500206848
2024-02-16 18:18:52 +08:00
parent 8dcecb78f2
commit e2e4f5c488
4 changed files with 43 additions and 43 deletions

View File

@@ -194,22 +194,22 @@ export default {
width:150,
slot: true
},
{
label: "工种",
type: "tree",
prop: "worktypes",
multiple: true,
dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
dicFormatter: (res) => {
return res.data; //返回字典的层级结构
},
props: {
label: "name",
value: "name",
},
search: true,
span: 24,
},
// {
// label: "工种",
// type: "tree",
// prop: "worktypes",
// multiple: true,
// dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
// dicFormatter: (res) => {
// return res.data; //返回字典的层级结构
// },
// props: {
// label: "name",
// value: "name",
// },
// search: true,
// span: 24,
// },
{
label: "人才库",
prop: "groupId",

View File

@@ -194,22 +194,22 @@ export default {
width:150,
slot: true
},
{
label: "工种",
type: "tree",
prop: "worktypes",
multiple: true,
dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
dicFormatter: (res) => {
return res.data; //返回字典的层级结构
},
props: {
label: "name",
value: "name",
},
search: true,
span: 24,
},
// {
// label: "工种",
// type: "tree",
// prop: "worktypes",
// multiple: true,
// dicUrl: `/api/jobslink-api/tenant/worktypes/base/list`,
// dicFormatter: (res) => {
// return res.data; //返回字典的层级结构
// },
// props: {
// label: "name",
// value: "name",
// },
// search: true,
// span: 24,
// },
{
label: "人才库",
prop: "groupId",