This commit is contained in:
2025-12-11 14:10:11 +08:00
parent 89dc6a11d1
commit bee5c04b95
2 changed files with 6 additions and 5 deletions
@@ -253,7 +253,7 @@ layout("/layouts/platform.html"){
writeDialog: false,
isRead: false,
userId: null,
// 当前分工会的最大推选人员
maxPush: 0,
// 剩余正式代表推选名额
@@ -266,11 +266,10 @@ layout("/layouts/platform.html"){
this.$message.warning("当前正式代表已超过最大推选人员数,如需调整请在表格数据列中选中【删除】按钮")
return
}
this.$refs.pushFormalRef.onOpen(this.pageForm.sessionId, this.pageForm.unionId)
},
setMaxCount(data) {
debugger
this.maxPush = data
},
doSearch() {
@@ -335,7 +334,7 @@ layout("/layouts/platform.html"){
}
},
created() {
this.pageData()
this.doSearch()
this.listUnion()
this.listSession()
}