commit
This commit is contained in:
+2
-2
@@ -22,7 +22,7 @@ layout("/layouts/platform.html"){
|
||||
</el-card>
|
||||
|
||||
<el-card shadow="never">
|
||||
<push-progress ref="pushProgressRef"></push-progress>
|
||||
<push-progress ref="pushProgressRef" ></push-progress>
|
||||
</el-card>
|
||||
|
||||
<el-card shadow="never">
|
||||
@@ -238,7 +238,7 @@ layout("/layouts/platform.html"){
|
||||
this.pageData()
|
||||
const fullName = this.sessionOptions.find(v => v.id === this.pageForm.sessionId)?.fullName;
|
||||
|
||||
this.$refs.pushProgressRef.refreshData(this.pageForm.sessionId, fullName)
|
||||
this.$refs.pushProgressRef.refreshData(this.pageForm.sessionId, fullName,this.pageForm.unionId)
|
||||
},
|
||||
onView(row) {
|
||||
this.writeDialog = true
|
||||
|
||||
Reference in New Issue
Block a user