Merge remote-tracking branch 'boe121/master-0705' into zcwy-teacher-manage

This commit is contained in:
nisen
2024-09-27 16:32:15 +08:00
104 changed files with 7624 additions and 170 deletions

View File

@@ -62,9 +62,9 @@ const {data: userList, loading} = useThrottlePage(USER_LIST, memberParam.value,
const options = computed(() => userList.value.filter(e => !(props.value + '').includes(e.id)).map(e => ({
label: e.realName + e.userNo,
value: e.id,
...e,
audienceList: null
value: e.id //,
// ...e,
// audienceList: null
})))
watch(props, init)

View File

@@ -62,9 +62,9 @@ const {data: userList, loading} = useThrottlePage(USER_LIST, memberParam.value,
const options = computed(() => userList.value.filter(e => !(props.value + '').includes(e.id)).map(e => ({
label: e.realName + e.userNo,
value: e.id,
...e,
audienceList: null
value: e.id // ,
// ...e,
// audienceList: null
})))
watch(props, init)