修改项目首页 进行中的项目 以及项目建档相关页面信息

This commit is contained in:
32503
2025-07-11 14:34:26 +08:00
parent 8f4404ff91
commit a1f617cbb9
8 changed files with 165 additions and 62 deletions

View File

@ -1,7 +1,6 @@
import {
fetchDowntlist, fetchprojectRecords, fetchJuryUpList, fetchJuryDownlist, fetchSupplierUpList, fetchDisposalList, fetchParticipants,
fetchSupplierDownLeftList, fetchSupplierDownRightList, fetchtlist, fetchtlistre, fetchtPageList, fetchtShotList, fetchtClarify,
fetchProjectFileList
fetchSupplierDownLeftList, fetchSupplierDownRightList, fetchtlist, fetchtlistre, fetchtPageList, fetchtShotList, fetchtClarify
} from '../services/dashboard';
import { message } from 'antd';
import { getProId } from '@/utils/session';
@ -198,13 +197,13 @@ export default {
yield put({ type: 'save', payload: { downlist: response.data } })
}
},
*fetchProjectFileList({ payload, callback }, { call, put }) {
const response = yield call(fetchProjectFileList, payload)
console.log(123)
if (response.code == 200) {
yield put({ type: 'save', payload: { projectInProgressList: response.data.records } })
}
},
// *fetchProjectFileList({ payload, callback }, { call, put }) {
// const response = yield call(fetchProjectFileList, payload)
// console.log(123)
// if (response.code == 200) {
// yield put({ type: 'save', payload: { projectInProgressList: response.data.records } })
// }
// },
*fetchprojectRecords({ payload, callback }, { call, put }) {
const response = yield call(fetchprojectRecords, payload)
if (response.code == 200 && response.data.length > 0) {