更改未完成工单查询条件
site-dist-deploy / build-and-deploy (push) Successful in 58s

This commit is contained in:
2026-05-08 14:09:25 +03:00
parent 19d27194e2
commit 63d40b3e76
@@ -311,7 +311,7 @@ const onSubmit = handleSubmit(async (val) => {
const data = await request.get<any>('/api/v1/public/ticket/list', {
page: 1,
size: 1,
issue_type: 1,
status: 1,
})
if (data?.list?.length > 0) {
toast.info('已有待处理申请')