明树Git Lab

Commit d003b150 authored by zfp1's avatar zfp1

update

parent 87f0e30a
Pipeline #109383 passed with stage
in 3 seconds
......@@ -964,9 +964,11 @@ async function getProjectInfo(req, res, next) {
} else {
obj.lixiang = ret; //这里就只有立项 决策的数据一旦开始填报 证明一定有ProjectLixiang lixiang
}
console.log(typeof (ret && ret.projectLzType), "=========================1")
//进入再决策的
if ([11, 12, 13].includes(ret && ret.projectLzType)) {
if ([11, 12, 13].includes(Number(ret && ret.projectLzType))) {
obj.zaijuece = ret;
console.log(obj.zaijuece)
}
return res.sendData(obj);
} catch (error) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment