From 7c5d3a8aae9707511c5149769c5def1c70f27070 Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 15 Jan 2023 17:49:25 +0800 Subject: [PATCH 1/3] =?UTF-8?q?fix:=E4=BF=AE=E6=94=B9=E7=89=88=E6=9C=AC?= =?UTF-8?q?=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 6d4e56c2..0ebc1acd 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本2.0.7------------"); + console.log("版本2.0.8------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); }); From f9a5fc026510280b59d7a0c058f1e9b8fa823420 Mon Sep 17 00:00:00 2001 From: zhangyc Date: Sun, 15 Jan 2023 17:57:05 +0800 Subject: [PATCH 2/3] =?UTF-8?q?=E7=89=88=E6=9C=AC=E5=8F=B7?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/App.vue b/src/App.vue index 0ebc1acd..ba791049 100644 --- a/src/App.vue +++ b/src/App.vue @@ -44,7 +44,7 @@ export default defineComponent({ const store = useStore(); const isLogin = ref(false); // console.log("router", router.getRoutes(), route); - console.log("版本2.0.8------------"); + console.log("版本2.0.9------------"); const routes = computed(() => { return router.getRoutes().filter((e) => e.meta?.isLink); }); From 67431fc137de0614d792398af19a8e040c26ee10 Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 15 Jan 2023 18:05:28 +0800 Subject: [PATCH 3/3] =?UTF-8?q?fix:=E6=A8=A1=E6=9D=BF=E5=BA=93=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E6=B8=85=E7=A9=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/templateAdd.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/projectcenter/templateAdd.vue b/src/views/projectcenter/templateAdd.vue index 2bc98f00..9d717962 100644 --- a/src/views/projectcenter/templateAdd.vue +++ b/src/views/projectcenter/templateAdd.vue @@ -299,7 +299,7 @@ const createProject = () => { function managerChange(e, l, d, t,orgName) { console.log(e, l) - projectInfo.value.valuesourceBelongId = d; + projectInfo.value.sourceBelongId = d; projectInfo.value.sourceBelongName = t; projectInfo.value.sourceBelongFullName = orgName }