scorpio 2 년 전
부모
커밋
66f20a30f6
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/home/component/owner_serach.vue

+ 1 - 1
src/views/home/component/owner_serach.vue

@@ -307,7 +307,7 @@ export default {
       if (this.form.isStorage === 0) {
         this.form.planStorageTime = this.time2 === null ? '' : this.time2
         this.form.storageTime = ''
-      } else if (this.form.isStorage === 1) {
+      } else if (this.form.isStorage === 1 && this.time2 !== null) {
         this.form.planStorageTime = ''
         this.form.storageTime = this.time2
       } else {