From 12e769a52105766f0c82ad212c2b0122c21de4c9 Mon Sep 17 00:00:00 2001 From: xzt <1113240624@qq.com> Date: Thu, 7 Mar 2024 14:23:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../projectBrief/options/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue b/jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue index e1756ade..b792b3b0 100644 --- a/jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue +++ b/jwtech-admin-page/src/views/evaluationEarlyWarning/projectBrief/options/index.vue @@ -251,7 +251,10 @@ export default { pageNum: 1, pageSize: 10, ids: null, - data: {}, + data: { + startDate: "2024-01-01", + endDate: "2024-04-01", + }, // 排序方式 params: { // 按哪个字段排序 @@ -312,10 +315,7 @@ export default { /** 查询项目基本信息管理列表 */ getList() { this.loading = true; - listById({ - startDate: "2024-01-01", - endDate: "2024-04-01", - }).then((res) => { + listById(this.queryParams).then((res) => { console.log(1111, res); }); this.loading = false;