mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 01:06:45 +08:00
讲师管理bug
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user