Browse Source

大中型我的收入导出

wucl 3 months ago
parent
commit
905a54d362
1 changed files with 6 additions and 0 deletions
  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,
+        "导出"
+      );
     }
 
   }