Commit 68a26e74 authored by yun's avatar yun

回复试验

parent 0d6828a8
......@@ -159,7 +159,7 @@ export default {
this.removeDiscuss(this.optionIndex)
} else {
this.optionShow = false
document.getElementById('discussInput').focus()
// document.getElementById('discussInput').focus()
setTimeout(() => {
this.ReplyShow(this.optionIndex, this.currentDiscuss.studentName)
}, 500)
......
......@@ -95,7 +95,7 @@ export default {
this.optionShow = false
this.removeThisRepply()
} else if (item.name === '回复') {
document.getElementById('discussInput').focus()
// document.getElementById('discussInput').focus()
this.optionShow = false
setTimeout(() => {
this.sendReplyEmit()
......
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