From e1eccba8a1bb40b0de6a635627e72672c0ca4faf Mon Sep 17 00:00:00 2001
From: X1627315083 <1627315083@qq.com>
Date: Wed, 9 Apr 2025 15:40:29 +0800
Subject: [PATCH] =?UTF-8?q?=E5=B7=A6=E4=BE=A7=E5=B1=95=E7=A4=BA=E6=89=80?=
=?UTF-8?q?=E6=9C=89=E5=AF=BC=E8=88=AA=E9=A1=B9=E7=9B=AE=E6=B2=A1=E6=9C=89?=
=?UTF-8?q?=E7=9A=84=E5=AF=BC=E8=88=AA=E5=B0=B1=E9=9A=90=E8=97=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../HomePage/index/workflow/content/index.vue | 1 +
.../index/workflow/content/printDesign.vue | 6 ++++--
.../index/workflow/content/printingDesign3D.vue | 5 +++--
.../workflow/content/productDrawingDesign.vue | 5 +++--
.../index/workflow/content/seriesDesign.vue | 6 ++++--
.../workflow/content/singleProductDesign.vue | 5 +++--
.../index/workflow/content/sketchDesign.vue | 5 +++--
src/component/HomePage/index/workflow/index.vue | 3 ++-
src/component/HomePage/index/workflow/nav.vue | 17 +++++++++++++++--
src/tool/listData.js | 2 +-
10 files changed, 39 insertions(+), 16 deletions(-)
diff --git a/src/component/HomePage/index/workflow/content/index.vue b/src/component/HomePage/index/workflow/content/index.vue
index dd31ebef..67084f31 100644
--- a/src/component/HomePage/index/workflow/content/index.vue
+++ b/src/component/HomePage/index/workflow/content/index.vue
@@ -35,6 +35,7 @@ export default defineComponent({
workflowType:String,
httpWorkflowType:String,
},
+ emit:['projectComplete'],
setup(props,{emit}) {
const store = useStore();
const data = reactive({
diff --git a/src/component/HomePage/index/workflow/content/printDesign.vue b/src/component/HomePage/index/workflow/content/printDesign.vue
index bac19e55..e93d71df 100644
--- a/src/component/HomePage/index/workflow/content/printDesign.vue
+++ b/src/component/HomePage/index/workflow/content/printDesign.vue
@@ -1,12 +1,12 @@