pref#ncu_代表推选优化

This commit is contained in:
Paidax
2025-12-12 15:32:39 +08:00
parent 0259286c04
commit 0a9067df19
5 changed files with 33 additions and 38 deletions
@@ -273,10 +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()
this.formalPush = this.maxPush - this.tableData.length
},
onView(row) {
this.$refs.guava.view(() => {
@@ -326,7 +326,7 @@ layout("/layouts/platform.html"){
if (resp.code === 0) {
this.tableData = resp.data.list
this.pageForm.totalCount = resp.data.totalCount
this.formalPush = this.maxPush - this.tableData.length
}
} catch (e) {
console.log(e)
@@ -421,7 +421,7 @@ const pushProgress = {
<div class="update-time"></div>
</div>
<div class="card">
<!-- <div class="card">
<h2 class="legend-title">上报说明</h2>
<div class="legend-container">
<div class="legend-item">
@@ -434,7 +434,7 @@ const pushProgress = {
<span class="legend-text" style="color: red">当前代表为预推选,不计入代表总额,需等待党委书记审核后方才记录</span>
</div>
</div>
</div>
</div>-->
</div>
</div>