소스 검색

feature_20250722_金牌店档案收集

zhujindu 4 달 전
부모
커밋
b1083dd34c
1개의 변경된 파일1개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 3
      src/views/deviceWithin/addStoreVisit.vue

+ 1 - 3
src/views/deviceWithin/addStoreVisit.vue

@@ -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() {