This commit is contained in:
@@ -311,7 +311,7 @@ const onSubmit = handleSubmit(async (val) => {
|
|||||||
const data = await request.get<any>('/api/v1/public/ticket/list', {
|
const data = await request.get<any>('/api/v1/public/ticket/list', {
|
||||||
page: 1,
|
page: 1,
|
||||||
size: 1,
|
size: 1,
|
||||||
issue_type: 1,
|
status: 1,
|
||||||
})
|
})
|
||||||
if (data?.list?.length > 0) {
|
if (data?.list?.length > 0) {
|
||||||
toast.info('已有待处理申请')
|
toast.info('已有待处理申请')
|
||||||
|
|||||||
Reference in New Issue
Block a user