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 }) }