|
@ -26,7 +26,7 @@ const Information = (props) => { |
|
|
|
|
|
|
|
|
const projectList = (obj) => { |
|
|
const projectList = (obj) => { |
|
|
const { limit, page } = 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) { |
|
|
if (res.success) { |
|
|
let data = [] |
|
|
let data = [] |
|
|
res.payload.data?.rows?.map(v => { |
|
|
res.payload.data?.rows?.map(v => { |
|
|