From 10658c79f837455a630e556eb594bbfb23e7487f Mon Sep 17 00:00:00 2001 From: yuping <82253452@qq.com> Date: Sat, 3 Dec 2022 01:08:07 +0800 Subject: [PATCH] =?UTF-8?q?--=20bug=20=E6=A8=A1=E6=9D=BF=E9=80=89=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/projectcenter/ProjectAdd.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/views/projectcenter/ProjectAdd.vue b/src/views/projectcenter/ProjectAdd.vue index dabb8383..82eb9b90 100644 --- a/src/views/projectcenter/ProjectAdd.vue +++ b/src/views/projectcenter/ProjectAdd.vue @@ -336,7 +336,10 @@ export default { const classificationChange5 = (key, option) => { state.projectInfo = option + state.projectInfo.type = 3 + state.projectInfo.rangeTime = [option.beginTime, option.endTime] state.projectInfo.parentName = routers.query.parentName + state.projectInfo.parentId = routers.query.parentId }; //获取模版列表 const getTemplate = () => {