Selaa lähdekoodia

设备进场清空时间框

duy 2 vuotta sitten
vanhempi
commit
dda22a1182
1 muutettua tiedostoa jossa 3 lisäystä ja 0 poistoa
  1. 3 0
      src/views/tentative/device/approach.vue

+ 3 - 0
src/views/tentative/device/approach.vue

@@ -310,6 +310,9 @@ const betweenTimeUpdate = ({arr}) => {
     if (arr.length > 0) {
         searchForm.value.startTime = arr[0]
         searchForm.value.endTime = arr[1]
+    }else{
+         searchForm.value.startTime = ''
+        searchForm.value.endTime = ''
     }
 }