修正信眾資料換頁異常

This commit is contained in:
2026-07-15 17:48:49 +08:00
parent 94ce54577e
commit dee05d6ff9
+2 -1
View File
@@ -136,8 +136,9 @@
watch: { watch: {
options: { options: {
handler() { handler() {
if (this.isSearched) {
this.getList() this.getList()
if (this.isSearched) {
} }
else { else {
this.data_table.loading = false; this.data_table.loading = false;