wk
2024-07-25 c4aef9b623635d49cf87308bfb874f4141c9d448
uni_modules/uni-datetime-picker/components/uni-datetime-picker/uni-datetime-picker.vue
@@ -621,6 +621,9 @@
            } else {
               if (this.hasTime) {
                   if (e.time === '') {
                     e.time = '00:00:00'
                  }
                  this.singleVal = e.fulldate + ' ' + e.time
               } else {
                  this.singleVal = e.fulldate