Commit cb36603a authored by “yiyousong”'s avatar “yiyousong”

fix:修复业务事项管理按部门搜索无效的问题

parent ffae5126
......@@ -478,7 +478,7 @@ export default {
size: this.rightSize,
matterName: `%${this.rightSearchVal}%`,
siteId: this.siteId,
deptCode: this.leftDept,
deptCode: this.deptSearch,
...search,
});
let { pageInfo, data } = res.data.data;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment