|
|
@@ -233,7 +233,6 @@
|
|
|
v-model="item.answerValue"
|
|
|
:placeholder="item.text"
|
|
|
readonly
|
|
|
- type="textarea"
|
|
|
@click="getNyr(item)"></van-field>
|
|
|
<p
|
|
|
style="color: red; font-size: 14px; margin: 0; padding: 10px 0; text-align: right"
|
|
|
@@ -5121,8 +5120,7 @@ export default {
|
|
|
this.datetimeShowPicker = true;
|
|
|
},
|
|
|
datetimeOnConfirm(time) {
|
|
|
- debugger;
|
|
|
- this.$set(this.activatNyrItem, 'answerValue', time);
|
|
|
+ this.$set(this.activatNyrItem, 'answerValue', this.parseTime(time, '{y}-{m}-{d}'));
|
|
|
this.datetimeShowPicker = false;
|
|
|
},
|
|
|
onClickLeft() {
|