fanzhen0107

This commit is contained in:
fanzhen123
2020-01-07 18:22:13 +08:00
parent eb36f54609
commit 4f6b93bbb5
10 changed files with 579 additions and 480 deletions

View File

@@ -97,7 +97,15 @@ export default new Vuex.Store({
labelName: []
},
// 没数据状态
noDataState: true
noDataState: true,
// 高级查询date时间
dateAdvance: null,
// 该分类下有无数据状态
classifyIdDataState: false,
// 当前选中需要筛选的是指标还是地区 true指标 false地区
newSelectDaaState: true,
// 高级查询选中的当前分类
advancedSelectClassfiid: null
},
mutations: {},
actions: {