luohairen
2024-11-29 c7c7c9aefa9985041e08a85a1fe3404948812055
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
  })
}