From 67431fc137de0614d792398af19a8e040c26ee10 Mon Sep 17 00:00:00 2001 From: wyx Date: Sun, 15 Jan 2023 18:05:28 +0800 Subject: [PATCH] =?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 }