Browse Source

预正式版

Joe 4 years ago
parent
commit
256a876284
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/overview/Overview_AccountingReport.vue

+ 1 - 1
src/views/overview/Overview_AccountingReport.vue

@@ -560,7 +560,7 @@ export default {
     /** 导出按钮操作 */
     handleExport(row) {
       const query = {
-        stationId: this.deptId,
+        stationId: row.stationId,
         classStructureNo: row.classesNo,
       };
       this.$confirm("是否确认导出此条记录?", "警告", {