This commit is contained in:
Paidax
2025-09-11 09:22:37 +08:00
parent d52504f438
commit af765b180f
17 changed files with 324 additions and 428 deletions
@@ -94,6 +94,7 @@ module.exports = {
if (this.tableData.length >= this.localPageForm.totalCount) {
this.tableFinished = true
}
this.$emit('update:page_form', {...this.localPageForm});
}
}).finally(() => {
loading.close()