From a5811139d5c70ff5dab891a3fed20e41b729ef35 Mon Sep 17 00:00:00 2001 From: dx <1242347652@qq.com> Date: Tue, 25 Feb 2025 11:36:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=A7=E6=B3=95=E8=AE=B0=E5=BD=95=20?= =?UTF-8?q?=E6=8C=89=E7=8A=B6=E6=80=81=E6=9F=A5=E8=AF=A2=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub/task/detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sub/task/detail.vue b/sub/task/detail.vue index f6d7b1d..412ae69 100644 --- a/sub/task/detail.vue +++ b/sub/task/detail.vue @@ -113,7 +113,7 @@ :options="getDropdownOption('Inspections_status')" @change=" v => { - querySelect(v, 'Inspections_status') + querySelect(v, 'inspectionsStatus') } " /> @@ -247,7 +247,7 @@ export default { // 查询条件 queryParams: { departmentId: '', - Inspections_status: '', + inspectionsStatus: '', pageSize: 8, pageNo: 1, userId: ''