“yueshang” 1 년 전
부모
커밋
29630d5cd5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;
       });