Browse Source

大中型我的收入导出

wucl 3 tháng trước cách đây
mục cha
commit
905a54d362
1 tập tin đã thay đổi với 6 bổ sung0 xóa
  1. 6 0
      src/views/income/myIncome.vue

+ 6 - 0
src/views/income/myIncome.vue

@@ -341,6 +341,12 @@ export default {
         "/businessIncome/my/assets/export", this.listQuery2,
         "导出"
       );
+    },
+    exportDetail(){
+      this.$utils.exportUtil(
+        "businessIncome/my/major/export", this.listQuery1,
+        "导出"
+      );
     }
 
   }