fix: 修改新增用户商品的配置项逻辑
This commit is contained in:
@@ -244,7 +244,7 @@ const showNewCategoryInput = ref(false)
|
||||
const picSwitch = ref(false)
|
||||
const picLoading = ref(false)
|
||||
const picPagin = reactive({
|
||||
count: 20,
|
||||
count: 10,
|
||||
page: 1,
|
||||
key: '',
|
||||
user_type: 1
|
||||
@@ -314,7 +314,7 @@ const initData = async () => {
|
||||
// Fallback: fetch list and find item
|
||||
const listRes = await getUserMirrorList({
|
||||
server_id: serverId.value,
|
||||
count: 100,
|
||||
count: 10,
|
||||
page: 1
|
||||
})
|
||||
if (listRes.data.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user