From 0ec14cfd9b05e9b84aa6a75d5bffb735f848705d Mon Sep 17 00:00:00 2001 From: odjbin <1042039504@qq.com> Date: Mon, 27 May 2024 11:37:59 +0800 Subject: [PATCH] =?UTF-8?q?fix=20:=20=E4=BF=AE=E5=A4=8D=E6=AD=A5=E9=AA=A4?= =?UTF-8?q?=E6=9D=A1=E6=A0=B7=E5=BC=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/steps/index.vue | 3 +- src/views/project-demand/collection/add.vue | 348 ------------------ .../project-demand/collection/detail.vue | 281 -------------- src/views/project-demand/collection/index.vue | 202 ---------- src/views/project-demand/summary/detail.vue | 2 +- .../project-management/filing/detail.vue | 2 +- .../implementation/detail.vue | 2 +- .../project-management/initiation/detail.vue | 2 +- vite.config.js | 30 +- 9 files changed, 20 insertions(+), 852 deletions(-) delete mode 100644 src/views/project-demand/collection/add.vue delete mode 100644 src/views/project-demand/collection/detail.vue delete mode 100644 src/views/project-demand/collection/index.vue diff --git a/src/components/steps/index.vue b/src/components/steps/index.vue index 546904e..e372293 100644 --- a/src/components/steps/index.vue +++ b/src/components/steps/index.vue @@ -39,7 +39,7 @@ const props = defineProps({ // 当前显示步骤 active: { type: Number, - default: '0' + default:0 }, // 已完成的工作流步骤 stepSuccess: { @@ -236,7 +236,6 @@ const getBaseInfo = async () => { getBaseInfo() watchEffect(() => { - console.log(props.active, 'props.active'); localActive.value = props.active }) diff --git a/src/views/project-demand/collection/add.vue b/src/views/project-demand/collection/add.vue deleted file mode 100644 index e9f863b..0000000 --- a/src/views/project-demand/collection/add.vue +++ /dev/null @@ -1,348 +0,0 @@ - - - - - diff --git a/src/views/project-demand/collection/detail.vue b/src/views/project-demand/collection/detail.vue deleted file mode 100644 index c59a55c..0000000 --- a/src/views/project-demand/collection/detail.vue +++ /dev/null @@ -1,281 +0,0 @@ - - - - - diff --git a/src/views/project-demand/collection/index.vue b/src/views/project-demand/collection/index.vue deleted file mode 100644 index 002de02..0000000 --- a/src/views/project-demand/collection/index.vue +++ /dev/null @@ -1,202 +0,0 @@ - - - diff --git a/src/views/project-demand/summary/detail.vue b/src/views/project-demand/summary/detail.vue index 518d90b..3ebeb0d 100644 --- a/src/views/project-demand/summary/detail.vue +++ b/src/views/project-demand/summary/detail.vue @@ -1,5 +1,5 @@