mirror of
https://gitee.com/hhyykk/ipms-sjy-ui.git
synced 2025-08-06 06:01:53 +08:00
chore: 增加TODO注释
This commit is contained in:
@@ -198,7 +198,7 @@ const queryFormRef = ref() // 搜索的表单
|
|||||||
const queryParams = ref({
|
const queryParams = ref({
|
||||||
pageNo: 1,
|
pageNo: 1,
|
||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
userId: userId,
|
userId,
|
||||||
no: null,
|
no: null,
|
||||||
status: '0',
|
status: '0',
|
||||||
orderNo: null,
|
orderNo: null,
|
||||||
@@ -217,6 +217,7 @@ const getList = async () => {
|
|||||||
delete data.status
|
delete data.status
|
||||||
}
|
}
|
||||||
// 执行查询
|
// 执行查询
|
||||||
|
// TODO @芋艿:接口需要通过userId进行筛选返回值
|
||||||
const res = (await AfterSaleApi.getAfterSalePage(data)) as AfterSaleApi.TradeAfterSaleVO[]
|
const res = (await AfterSaleApi.getAfterSalePage(data)) as AfterSaleApi.TradeAfterSaleVO[]
|
||||||
list.value = res.list
|
list.value = res.list
|
||||||
total.value = res.total
|
total.value = res.total
|
||||||
|
Reference in New Issue
Block a user