Commit 97c6c88c authored by gengchunlei's avatar gengchunlei

Merge branch 'chronic-dev' of http://gitlab.yiboshi.com/nightkis1995/frontend-h5 into chronic-dev

parents 905251bc ef437773
......@@ -185,7 +185,7 @@ export default {
})
},
onRefresh() {
this.load(false)
this.load()
},
toDetail() {
......
......@@ -136,7 +136,7 @@ export default {
},
onRefresh() {
this.pagination.pageIndex = 1
this.load(false)
this.load()
},
toDetail(record) {
if (!record) return
......
......@@ -34,8 +34,7 @@ export const useStore = defineStore('chronic', {
},
onRefreshMark() {
this.refreshMark++
}
,
},
onDocumentHidden(value) {
this.documentHidden = value
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment