更新重点人群服务-基础标签库页面

This commit is contained in:
dengxin
2024-02-19 16:17:59 +08:00
parent e63caaaa74
commit ca1f42083d
9 changed files with 1318 additions and 1004 deletions

View File

@@ -19,7 +19,7 @@
</template>
<script>
import { transferDept } from "@/api/tenant/talents";
import { transferDept } from "@/api/tenant/policy";
export default {
props: {
ids: String,
@@ -42,7 +42,7 @@ export default {
type: "tree",
span: 24,
display: true,
dicUrl: `/api/jobslink-api/tenant/talents/group/listAll`,
dicUrl: `/api/jobslink-api/label/group/listAll`,
dicMethod: "get",
dicFormatter: (res) => {
return res.data.list; //返回字典的层级结构