commit
This commit is contained in:
+3
-4
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user