-- bug 模板选择

This commit is contained in:
yuping
2022-12-03 01:08:07 +08:00
parent 463ecf97a2
commit 10658c79f8

View File

@@ -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 = () => {