|
|
|
@ -893,6 +893,7 @@ class PollNew extends Component {
|
|
|
|
|
//保存并继续
|
|
|
|
|
//保存并继续,即提交本题的新建并继续创建一个相同的题(该新题处于编辑模式,题目和选项不要清空)
|
|
|
|
|
Deleteadddomtwo = (indexo, object,bool) => {
|
|
|
|
|
debugger
|
|
|
|
|
var thiss = this;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1866,6 +1867,7 @@ class PollNew extends Component {
|
|
|
|
|
};
|
|
|
|
|
question = {"question": questiontwo};
|
|
|
|
|
//插入多选题
|
|
|
|
|
|
|
|
|
|
if (uuk !== -1) {
|
|
|
|
|
// console.log("修改")
|
|
|
|
|
this.edittotheserver(object, 2, arrc, null, object.question.max_choices, object.question.min_choices,object.question.answers.length);
|
|
|
|
|