筛选条

This commit is contained in:
2024-06-30 16:34:29 +08:00
parent fa2f8761ae
commit 91f82ccc03
2 changed files with 71 additions and 8 deletions

View File

@@ -21,14 +21,7 @@ window.$waitFor = (target, t = 500) => new Promise(resolve => {
})
Vue.prototype.$marketBoard = Vue.observable({
search: {
"groupCodeList": [
"K250QTD032"
], //课区编码,不传即为全部
"currentDate": "20240501", //当前日期
"compareDate": "20240430", //比较日期
"hourNum": "18" //小时数(取值1~24,18表示18:00:00之前的交易统计)
}
search: {"groupCodeList": ["20001003"], "currentDate": "20240501", "compareDate": "20240430", "hourNum": "18"}
})
Vue.prototype.$multipleStoreBoard = Vue.observable({
search: {}