fanzhen0107
This commit is contained in:
10
src/store.js
10
src/store.js
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user