mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-14 05:16:45 +08:00
-- bug 模板选择
This commit is contained in:
@@ -336,7 +336,10 @@ export default {
|
|||||||
|
|
||||||
const classificationChange5 = (key, option) => {
|
const classificationChange5 = (key, option) => {
|
||||||
state.projectInfo = option
|
state.projectInfo = option
|
||||||
|
state.projectInfo.type = 3
|
||||||
|
state.projectInfo.rangeTime = [option.beginTime, option.endTime]
|
||||||
state.projectInfo.parentName = routers.query.parentName
|
state.projectInfo.parentName = routers.query.parentName
|
||||||
|
state.projectInfo.parentId = routers.query.parentId
|
||||||
};
|
};
|
||||||
//获取模版列表
|
//获取模版列表
|
||||||
const getTemplate = () => {
|
const getTemplate = () => {
|
||||||
|
|||||||
Reference in New Issue
Block a user