|
|
|
@ -2763,7 +2763,17 @@ class PollNew extends Component {
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
: ""
|
|
|
|
|
:
|
|
|
|
|
<div className="clearfix mt30" >
|
|
|
|
|
<span className="fr mt5">
|
|
|
|
|
<ActionBtn style="greyBack" className=" mr20 w100"
|
|
|
|
|
onClick={() => this.deleteadddom(indexo)}>取消</ActionBtn>
|
|
|
|
|
<ActionBtn style="blue" className="mr20 w100"
|
|
|
|
|
onClick={() => this.deleteadddomthree(indexo, itemo)}>保存</ActionBtn>
|
|
|
|
|
<ActionBtn style="blue" className=" w100"
|
|
|
|
|
onClick={() => this.deleteadddomtwo(indexo, itemo)}>保存并继续</ActionBtn>
|
|
|
|
|
</span>
|
|
|
|
|
</div>
|
|
|
|
|
)
|
|
|
|
|
|
|
|
|
|
: itemo.question.question_type === 3 ?
|
|
|
|
|