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