Commit ef437773 authored by songrui's avatar songrui

个人详情疾病列表加载修改

parent 2abdab67
...@@ -185,7 +185,7 @@ export default { ...@@ -185,7 +185,7 @@ export default {
}) })
}, },
onRefresh() { onRefresh() {
this.load(false) this.load()
}, },
toDetail() { toDetail() {
......
...@@ -136,7 +136,7 @@ export default { ...@@ -136,7 +136,7 @@ export default {
}, },
onRefresh() { onRefresh() {
this.pagination.pageIndex = 1 this.pagination.pageIndex = 1
this.load(false) this.load()
}, },
toDetail(record) { toDetail(record) {
if (!record) return if (!record) return
......
...@@ -34,8 +34,7 @@ export const useStore = defineStore('chronic', { ...@@ -34,8 +34,7 @@ export const useStore = defineStore('chronic', {
}, },
onRefreshMark() { onRefreshMark() {
this.refreshMark++ this.refreshMark++
} },
,
onDocumentHidden(value) { onDocumentHidden(value) {
this.documentHidden = 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