|
@@ -646,7 +646,10 @@
|
|
|
:placeholder="childitem.text"
|
|
:placeholder="childitem.text"
|
|
|
readonly
|
|
readonly
|
|
|
@click="
|
|
@click="
|
|
|
- getNyr(childitem, childitem.collectionOptionList[0].answerValue)
|
|
|
|
|
|
|
+ getNyr(
|
|
|
|
|
+ childitem.collectionOptionList[0],
|
|
|
|
|
+ childitem.collectionOptionList[0].answerValue
|
|
|
|
|
+ )
|
|
|
"></van-field>
|
|
"></van-field>
|
|
|
<p
|
|
<p
|
|
|
style="
|
|
style="
|
|
@@ -1590,7 +1593,7 @@
|
|
|
readonly
|
|
readonly
|
|
|
@click="
|
|
@click="
|
|
|
getNyr(
|
|
getNyr(
|
|
|
- child33item1,
|
|
|
|
|
|
|
+ child33item1.collectionOptionList[0],
|
|
|
child33item1.collectionOptionList[0].answerValue
|
|
child33item1.collectionOptionList[0].answerValue
|
|
|
)
|
|
)
|
|
|
"></van-field>
|
|
"></van-field>
|
|
@@ -2268,7 +2271,7 @@
|
|
|
readonly
|
|
readonly
|
|
|
@click="
|
|
@click="
|
|
|
getNyr(
|
|
getNyr(
|
|
|
- child44item1,
|
|
|
|
|
|
|
+ child44item1.collectionOptionList[0],
|
|
|
child44item1.collectionOptionList[0]
|
|
child44item1.collectionOptionList[0]
|
|
|
.answerValue
|
|
.answerValue
|
|
|
)
|
|
)
|