Skip to content

Commit 61fb71c

Browse files
committed
chore: 增加TODO注释
1 parent bcfb98c commit 61fb71c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/views/member/user/detail/UserAftersaleList.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ const queryFormRef = ref() // 搜索的表单
198198
const queryParams = ref({
199199
pageNo: 1,
200200
pageSize: 10,
201-
userId: userId,
201+
userId,
202202
no: null,
203203
status: '0',
204204
orderNo: null,
@@ -217,6 +217,7 @@ const getList = async () => {
217217
delete data.status
218218
}
219219
// 执行查询
220+
// TODO @芋艿:接口需要通过userId进行筛选返回值
220221
const res = (await AfterSaleApi.getAfterSalePage(data)) as AfterSaleApi.TradeAfterSaleVO[]
221222
list.value = res.list
222223
total.value = res.total

0 commit comments

Comments
 (0)