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 1/3] =?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: '' From 4db8c784eb272ea445fcbb20cf5964ae16220605 Mon Sep 17 00:00:00 2001 From: dx <1242347652@qq.com> Date: Tue, 25 Feb 2025 12:00:07 +0800 Subject: [PATCH 2/3] =?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 --- packjson.json | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 packjson.json diff --git a/packjson.json b/packjson.json deleted file mode 100644 index 99cbb21..0000000 --- a/packjson.json +++ /dev/null @@ -1,9 +0,0 @@ -{ - "dependencies": { - "crypto-js": "^4.0.0" - }, - "devDependencies": { - "sass": "^1.83.4", - "sass-loader": "^16.0.4" - } -} From a9918d5cf55c5ddbe5ec41439eedaf6fc67a7b77 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 25 Feb 2025 13:55:44 +0800 Subject: [PATCH 3/3] =?UTF-8?q?=E4=BF=AE=E6=94=B9policy?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- sub/owner/policy-detail.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sub/owner/policy-detail.vue b/sub/owner/policy-detail.vue index 8ee134a..f50e8db 100644 --- a/sub/owner/policy-detail.vue +++ b/sub/owner/policy-detail.vue @@ -77,9 +77,9 @@ export default {