소스 검색

新增组件及页面

liuqiwen 5 년 전
부모
커밋
722788a191
1개의 변경된 파일6개의 추가작업 그리고 0개의 파일을 삭제
  1. 6 0
      dgtis-ui/src/views/system/sameCustomer/index.vue

+ 6 - 0
dgtis-ui/src/views/system/sameCustomer/index.vue

@@ -81,6 +81,12 @@ export default {
               }
           );
       },
+    /** 导出按钮操作 */
+    handleExport() {
+      // this.download('system/user/export', {
+      //   ...this.queryParams
+      // }, `user_${new Date().getTime()}.xlsx`)
+    },
   }
 };
 </script>