|
@@ -116,17 +116,6 @@ router.post('/UpdateProjectBase',(req,res)=>{
|
|
|
//qgt 修改项目立项申请详细信息
|
|
|
router.post("/UpdateProjectDetail",(req,res)=>{
|
|
|
QMysql(req,res,'update_ProjectDetail')
|
|
|
- // const data =GetData(req);
|
|
|
- // mysql.usselect([_mysqlLabor[0], _mysqlLabor[1],'select_ProjectMessageById',data['uid'],data['pid']],result=>{
|
|
|
- // // console.log(result)
|
|
|
- // // res.end(result[0][0]['chapters'])
|
|
|
- // console.log(data['message'])
|
|
|
- // // console.log(JSON.parse(data['message']))
|
|
|
- // res.end(data['message'])
|
|
|
- // // let ChangeData = JSON.parse(result[0][0]['chapters']);
|
|
|
- // // ChangeData[0] = data['message'];
|
|
|
- // // res.end(JSON.stringify(ChangeData))
|
|
|
- // })
|
|
|
})
|
|
|
|
|
|
GetData = function(req) {
|