src/views/statisticalQueryManagement/businessStatistics.vue
@@ -7,6 +7,7 @@ :permission="permissionList" :before-open="beforeOpen" @date-change="dateChange" @row-click="handleRowClick" > </avue-crud> </basic-container> @@ -141,6 +142,9 @@ }, }, methods: { handleRowClick(row, event, column) { this.$router.push({ path: "/statisticalQueryManagement/businessStatisticsDetail" }); }, dateChange() {}, // downExcel() { // let et = XLSX.utils.table_to_book(document.getElementById("table"));