|
|
@@ -636,7 +636,10 @@
|
|
|
:placeholder="childitem.text"
|
|
|
readonly
|
|
|
@click="
|
|
|
- getNyr(childitem, childitem.collectionOptionList[0].answerValue)
|
|
|
+ getNyr(
|
|
|
+ childitem.collectionOptionList[0],
|
|
|
+ childitem.collectionOptionList[0].answerValue
|
|
|
+ )
|
|
|
"></van-field>
|
|
|
<p
|
|
|
style="
|
|
|
@@ -1573,7 +1576,7 @@
|
|
|
readonly
|
|
|
@click="
|
|
|
getNyr(
|
|
|
- child33item1,
|
|
|
+ child33item1.collectionOptionList[0],
|
|
|
child33item1.collectionOptionList[0].answerValue
|
|
|
)
|
|
|
"></van-field>
|
|
|
@@ -2244,7 +2247,7 @@
|
|
|
readonly
|
|
|
@click="
|
|
|
getNyr(
|
|
|
- child44item1,
|
|
|
+ child44item1.collectionOptionList[0],
|
|
|
child44item1.collectionOptionList[0]
|
|
|
.answerValue
|
|
|
)
|