Commit ac204ff7 authored by miaojiale's avatar miaojiale

修复bug

parent e164a069
......@@ -114,7 +114,7 @@ export default {
this.submitStatus = res.object.submitStatus
if (this.submitStatus == 1) {
this.selected = res.object.data.feedbackType + ""
this.value = this.selected == 5 ? res.object.feedbackContent : ""
this.value = this.selected == 5 ? res.object.data.feedbackContent : ""
} else {
this.selected = ""
this.value = ""
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment