This commit is contained in:
2025-12-11 17:46:50 +08:00
parent 55d7578b67
commit e806e7d9f8
2 changed files with 5 additions and 1 deletions
@@ -273,9 +273,10 @@ layout("/layouts/platform.html"){
this.maxPush = data
},
async doSearch() {
await this.pageData()
const fullName = this.sessionOptions.find(v => v.id === this.pageForm.sessionId)?.fullName;
await this.$refs.pushProgressRef.refreshData(this.pageForm.sessionId, fullName, this.pageForm.unionId)
await this.pageData()
},
onView(row) {
this.$refs.guava.view(() => {