Преглед на файлове

Merge branch 'iteration_adminOptimiz' of http://git.dayaedu.com/molingzhide/dy-admin-manager into iteration_adminOptimiz

lex-xin преди 4 години
родител
ревизия
d0443c98de
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/businessManager/resetList/index.vue

+ 1 - 1
src/views/businessManager/resetList/index.vue

@@ -316,7 +316,7 @@ export default {
   },
   methods: {
     init() {
-      if (this.searchForm.resetDate.length < 1) {
+      if (this.searchForm.resetDate?.length < 1) {
         this.searchForm.resetDate = [];
         this.searchForm.resetDate.push(getNowDateAndMonday(nowTime));
         this.searchForm.resetDate.push(getNowDateAndSunday(nowTime));