fix: 修改新增用户商品的配置项逻辑
This commit is contained in:
@@ -305,7 +305,7 @@ const currentBalanceDisplay = computed(() => {
|
||||
// 获取用户列表(用于显示用户名)
|
||||
const getUserListData = async () => {
|
||||
try {
|
||||
const res = await getUserList({ page: 1, count: 1000, key: '' })
|
||||
const res = await getUserList({ page: 1, count: 10, key: '' })
|
||||
if (res.data.code === 200) {
|
||||
userList.value = res.data.data.data || []
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user