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 @@