scorpio 2 years ago
parent
commit
57838a066e
1 changed files with 1 additions and 1 deletions
  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
         month: this.month
       }).then(res => {
       }).then(res => {
         if (res.code === 200) {
         if (res.code === 200) {
-          this.parseList(res.data.records, this.selectIndex, clean)
+          this.parseList(res.data.records, this.selectIndex, true)
         }
         }
       })
       })
     }
     }