zhengpz
2021-08-13 e07b830d7c4b3e401f3ffaaa65986618a2a4b77d
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"));