Commit d098c8ed authored by 耿迪迪's avatar 耿迪迪

访客和承包商问题修改 gengdidi

parent 52917215
...@@ -221,8 +221,9 @@ ...@@ -221,8 +221,9 @@
}; };
this.$refs.visitorAdd.answerNum = data.answer; this.$refs.visitorAdd.answerNum = data.answer;
}) })
this.$refs.visitorAdd.questionNextNum = index; this.$nextTick(() => {
this.$refs.visitorAdd.questionNextNum = index;
})
}, },
//试题删除 //试题删除
deleteContractTrainTopic(topicId){ deleteContractTrainTopic(topicId){
......
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