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: [],