“yueshang” il y a 1 an
Parent
commit
29630d5cd5
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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;
       });