Merge branch 'zcwy0524' into 'master'

Zcwy0524

See merge request !181
This commit is contained in:
joshen
2024-06-03 18:31:47 +08:00
4 changed files with 26 additions and 17 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)