commit
This commit is contained in:
+2
-1
@@ -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(() => {
|
||||
|
||||
Reference in New Issue
Block a user