修改项目首页 进行中的项目 以及项目建档相关页面信息
This commit is contained in:
@ -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) {
|
||||
|
Reference in New Issue
Block a user