fuliqi
2024-11-29 bf51119aa5735d6021c737864e93cf56dc1cf40d
src/api/system/dept.js
@@ -49,4 +49,13 @@
    url: '/system/dept/' + deptId,
    method: 'delete'
  })
}
}
// 查询审批端部门
export function approvalList(query) {
  return request({
    url: '/system/dept/approvalList',
    method: 'get',
    params: query
  })
}