fix: 修复选人组件缺少引用导致编译器warning
This commit is contained in:
@ -74,6 +74,7 @@
|
|||||||
import SelectUserListV2 from '/@/components/Form/src/components/SelectUserListV2.vue';
|
import SelectUserListV2 from '/@/components/Form/src/components/SelectUserListV2.vue';
|
||||||
import { camelCaseString } from '/@/utils/stringUtil';
|
import { camelCaseString } from '/@/utils/stringUtil';
|
||||||
import { useUserStore } from '/@/store/modules/user';
|
import { useUserStore } from '/@/store/modules/user';
|
||||||
|
import { Icon } from '/@/components/Icon';
|
||||||
|
|
||||||
const emits = defineEmits(['update:value', 'selectedId', 'change']);
|
const emits = defineEmits(['update:value', 'selectedId', 'change']);
|
||||||
const { t } = useI18n();
|
const { t } = useI18n();
|
||||||
@ -258,7 +259,7 @@
|
|||||||
async function getUserList(params) {
|
async function getUserList(params) {
|
||||||
return await getUserPageListNew(params);
|
return await getUserPageListNew(params);
|
||||||
}
|
}
|
||||||
|
|
||||||
function departCompleted() {
|
function departCompleted() {
|
||||||
treeLoading.value = false;
|
treeLoading.value = false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user