GuLiMmo
2023-12-23 0b12df1a3307d4457328df26c7730d5e0c7aaba1
src/views/evaluate/components/addCandidate.vue
@@ -115,7 +115,7 @@
const initData = () => {
    const { findObject } = config
    const column = findObject(option.column, 'userId');
    getList(1, 999999, {}).then(res => {
    getList(1, 999999, { userType: 2 }).then(res => {
        column.dicData = res.data.data.records
    })
}