Browse Source

移动端2.0:党员自评、党小组长评分优化;

yanshi
dyy 2 years ago
parent
commit
d8f22cc60d
6 changed files with 6 additions and 9 deletions
  1. +1
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/AnswerTotalXZ.vue
  2. +2
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/SucceedXZ.vue
  3. +0
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/list.vue
  4. +1
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/AnswerTotalZP.vue
  5. +2
    -1
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/SucceedZP.vue
  6. +0
    -2
      Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/list.vue

+ 1
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/AnswerTotalXZ.vue View File

@@ -72,7 +72,6 @@ export default {
this.sumScore = Number(sumScore).toFixed(2)
this.data = JSON.parse(data)
console.log(this.data)
this.ready = true
this.HIDE_LOADING()
},
@@ -94,7 +93,7 @@ export default {
return
case 'back':
this.NAV_TO(`./PartyevaluatQuestionsXZ?Id=${this.Id}`)
this.NAV_BACK(2)
break
default: break


+ 2
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/SucceedXZ.vue View File

@@ -65,7 +65,8 @@ export default {
switch (type) {
case 'backList':
this.NAV_TO(`./list`)
this.EMIT('partyevaluatxz-list-change')
this.NAV_BACK(4)
break
default: break


+ 0
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatxz/list.vue View File

@@ -272,8 +272,6 @@ export default {
//进入党员评价页面
this.NAV_TO(`./PartyevaluatQuestionsXZ?Id=${item.Id}`)
// this.NAV_TO(`./single?type=edit&id=${id}`)
return
case 'delete':


+ 1
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/AnswerTotalZP.vue View File

@@ -92,7 +92,7 @@ export default {
return
case 'back':
this.NAV_TO(`./PartyevaluatQuestionsZP?ScoreYear=${this.data[0].ScoreYear}&ScoreQuarter=${this.data[0].ScoreQuarter}`)
this.NAV_BACK(2)
break
default: break


+ 2
- 1
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/SucceedZP.vue View File

@@ -65,7 +65,8 @@ export default {
switch (type) {
case 'backList':
this.NAV_TO(`./list`)
this.EMIT('partyevaluatzp-list-change')
this.NAV_BACK(4)
break
default: break


+ 0
- 2
Learun.Framework.Ultimate V7/LearunApp-2.2.0/pages/partyevaluatzp/list.vue View File

@@ -252,8 +252,6 @@ export default {
}
//进入党员评价页面
this.NAV_TO(`./PartyevaluatQuestionsZP?ScoreYear=${item.ScoreYear}&ScoreQuarter=${item.ScoreQuarter}`)
// this.NAV_TO(`./single?type=edit&id=${id}`)
return
case 'submit':


Loading…
Cancel
Save