“yueshang” 1 year ago
parent
commit
29630d5cd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/backend/statisticsFire/index.vue

+ 1 - 1
src/views/backend/statisticsFire/index.vue

@@ -492,7 +492,7 @@ export default {
         pageNo: 1,
         pageSize: 100,
         actdate: this.actdate,
-        deptId: this.deptId,
+        deptid: this.deptId,
       }).then((response) => {
         this.actList = response.data.list;
       });