pref#ncu_代表推选优化
This commit is contained in:
+3
-3
@@ -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)
|
||||
|
||||
+2
-2
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user