讲师管理bug

This commit is contained in:
zhangsir
2024-12-02 17:19:43 +08:00
parent 8c9b52a8d6
commit cd6e0db646
4 changed files with 9 additions and 5 deletions

View File

@@ -61,7 +61,7 @@ const memberParam = ref({name: '', pageNo:1, pageSize: 20})
const {data: userList, loading} = useThrottlePage(USER_LIST_NEW, memberParam.value, false)
const options = computed(() => userList.value.filter(e => !(props.value + '').includes(e.id)).map(e => ({
label: e.name + e.mobile,
label: e.name + '(' + e.mobile + ')',
value: e.id //,
// ...e,
// audienceList: null

View File

@@ -61,7 +61,7 @@ const memberParam = ref({name: '', pageNo:1, pageSize: 20})
const {data: userList, loading} = useThrottlePage(USER_LIST_NEW, memberParam.value, false)
const options = computed(() => userList.value.filter(e => !(props.value + '').includes(e.id)).map(e => ({
label: e.name + e.mobile,
label: e.name + '(' + e.mobile + ')' ,
value: e.id // ,
// ...e,
// audienceList: null