parent
d6fd635dc8
commit
2dc36e8dd4
|
|
@ -71,7 +71,7 @@ const fetchProjectImplementationList = async () => {
|
||||||
// 全部实施中项目
|
// 全部实施中项目
|
||||||
params.status = '实施中'
|
params.status = '实施中'
|
||||||
}
|
}
|
||||||
|
delete params.status
|
||||||
const result = await getProjectImplementationList(params)
|
const result = await getProjectImplementationList(params)
|
||||||
// 根据返回的数据结构处理:{ total, rows, code, msg }
|
// 根据返回的数据结构处理:{ total, rows, code, msg }
|
||||||
if (result && result.rows && Array.isArray(result.rows)) {
|
if (result && result.rows && Array.isArray(result.rows)) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue