scorpio преди 2 години
родител
ревизия
57838a066e
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      src/views/home/component/form_dialog.vue

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

@@ -544,7 +544,7 @@ export default {
         month: this.month
       }).then(res => {
         if (res.code === 200) {
-          this.parseList(res.data.records, this.selectIndex, clean)
+          this.parseList(res.data.records, this.selectIndex, true)
         }
       })
     }