@ -26,7 +26,7 @@ const Information = (props) => {
const projectList = (obj) => {
const { limit, page } = obj
dispatch(projectRegime.positionList({ limit, page, projectId: qrCodeId })).then(res => {
dispatch(projectRegime.positionList({ limit, page: 0, projectId: qrCodeId })).then(res => {
if (res.success) {
let data = []
res.payload.data?.rows?.map(v => {