Przeglądaj źródła

转档记录批量下载功能

wzl 2 lat temu
rodzic
commit
aea45f732c
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      pages/members/me/expenses.vue

+ 1 - 0
pages/members/me/expenses.vue

@@ -154,6 +154,7 @@ export default {
     handleSelectionChange(val) {
       this.tableDataSelection = val
       if (this.tableDataSelection.length === 0) {
+        this.isDownload = true
         this.isDelete = true
       } else {
         this.isDelete = false