From 0e8fb5c838f1989d5dfb7f4153a67e43b9c713d7 Mon Sep 17 00:00:00 2001 From: wangqiao Date: Fri, 5 Sep 2025 21:43:22 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E6=B7=BB=E5=8A=A0=E5=9B=BD?= =?UTF-8?q?=E5=A4=96=E9=A1=B5=E9=9D=A2=E6=9F=A5=E8=AF=A2=E5=AD=97=E6=AE=B5?= =?UTF-8?q?isDomestic?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/foreign/index.vue | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/pages/foreign/index.vue b/pages/foreign/index.vue index 47fc700..ba97ecb 100644 --- a/pages/foreign/index.vue +++ b/pages/foreign/index.vue @@ -35,13 +35,19 @@ import { page } from '~/api/upnew/index' import type { pageRes, pageReq } from '~/api/upnew/types' - const query = reactive({ + const query = reactive< + pageReq & { + isDomestic: number + } + >({ pageNo: 1, pageSize: 10, projectType: '-1', editions: '-1', source: -1, type: 1, + /**是否是国内: 1是 0否 */ + isDomestic: 1, }) // const result = reactive({ // list: [],