This commit is contained in:
qsh
2026-03-06 11:30:32 +08:00
parent 9b4f404cb6
commit 0d99fbd586

View File

@@ -147,7 +147,7 @@
distributorId.value = options.id
loadProfitRules(distributorId.value )
getVipTypeList().then(res => {
getVipTypeList({pageSize: -1}).then(res => {
vipList.value = res.data?.list?.filter(item => item.useTypes.includes(1)) || []
})
})