@@ -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;
});