明树Git Lab

Commit 8674e6c9 authored by zfp1's avatar zfp1

update

parent a50c4d89
Pipeline #104079 passed with stage
in 3 seconds
...@@ -8,7 +8,7 @@ const projectModule = require('../module/projectModule'); ...@@ -8,7 +8,7 @@ const projectModule = require('../module/projectModule');
async function getProjectFields(req, res, next) { async function getProjectFields(req, res, next) {
try { try {
let rawAttributes = DB.Project.rawAttributes; let rawAttributes = _.cloneDeep(DB.Project.rawAttributes);
let obj = { let obj = {
xmjbxx: '项目基本信息', xmjbxx: '项目基本信息',
// jcpfxx: '决策及批复信息', // jcpfxx: '决策及批复信息',
......
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