This commit is contained in:
qsh
2026-02-26 11:04:40 +08:00
parent 4ea0808936
commit c3513223b0
3 changed files with 8 additions and 30 deletions

View File

@@ -107,28 +107,7 @@
const totalQuota = ref(100)
// 分销员列表
const distributors = ref([
{
id: 1,
name: '张分销',
quota: 30
},
{
id: 2,
name: '李分销',
quota: 25
},
{
id: 3,
name: '王分销',
quota: 20
},
{
id: 4,
name: '刘分销',
quota: 15
}
])
const distributors = ref([])
const loadCurrentMonthQuota = () => {
getQuotaInfoWithUser({