chore: 增加TODO注释

This commit is contained in:
黄兆琦 2024-08-16 09:15:59 +08:00
parent bcfb98cb37
commit 61fb71c010

View File

@ -198,7 +198,7 @@ const queryFormRef = ref() // 搜索的表单
const queryParams = ref({
pageNo: 1,
pageSize: 10,
userId: userId,
userId,
no: null,
status: '0',
orderNo: null,
@ -217,6 +217,7 @@ const getList = async () => {
delete data.status
}
//
// TODO @userId
const res = (await AfterSaleApi.getAfterSalePage(data)) as AfterSaleApi.TradeAfterSaleVO[]
list.value = res.list
total.value = res.total