jiangyy 3 years ago
parent
commit
ceb9afeef1
  1. 2
      src/views/modules/shequzhili/issue/cpts/evaluationDetail.vue
  2. 7
      src/views/modules/shequzhili/issue/cpts/issue-info.vue
  3. 2
      src/views/modules/shequzhili/issue/cpts/suggestDetail.vue

2
src/views/modules/shequzhili/issue/cpts/evaluationDetail.vue

@ -106,7 +106,7 @@ export default {
methods: {
async initForm (topicInfo) {
async initForm () {
this.startLoading()
await this.getList()

7
src/views/modules/shequzhili/issue/cpts/issue-info.vue

@ -414,12 +414,17 @@ export default {
handleToSuggest () {
// this.pageTypeCopy = 'topic'
this.suggestShow = true
this.$nextTick(() => {
this.$refs.ref_detail_suggest.initForm()
})
},
handleToEvaluation () {
// this.pageTypeCopy = 'topic'
this.evaluationShow = true
this.$nextTick(() => {
this.$refs.ref_detail_evaluation.initForm()
})
},
//

2
src/views/modules/shequzhili/issue/cpts/suggestDetail.vue

@ -97,7 +97,7 @@ export default {
methods: {
async initForm (topicInfo) {
async initForm () {
this.startLoading()
await this.getSuggestion()

Loading…
Cancel
Save