Commit 1d7bc9f6 by zujiaozhang

'修改部分题选择为空的时候传递空数据不传,只传递status:0'

parent 23caca08
......@@ -109,7 +109,6 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"questionId":discomfort.questionId,
"parentId":discomfort.parentId,
"answer":{
"checks": '',
"status": 0
},
"questionNo":Number(discomfort.questionNo),
......
......@@ -95,7 +95,6 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"parentId":examination.parentId,
"questionId":examination.questionId,
"answer":{
"checks":'',
"status": 0
},
"questionNo":Number(examination.questionNo),
......
......@@ -102,7 +102,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"adminId":furtherConsultation.adminId,
"parentId":furtherConsultation.parentId,
"questionId":furtherConsultation.questionId,
"answer":{"judge":'',"movePositionVal":'',"imgKey":[],"status":0},
"answer":{"status":0},
"questionNo": Number(furtherConsultation.questionId),
"followUpId": furtherConsultation.followUpId
}
......
......@@ -105,10 +105,6 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"questionId":geneDetection.questionId,
"parentId":geneDetection.parentId,
"answer":{
'EGFRval':'',
'positionVal': '',
'testDescription': '',
'imgList': '',
"status": 0
},
"questionNo":Number(geneDetection.questionNo),
......
......@@ -63,8 +63,6 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"parentId":otherTreatment.parentId,
"questionId":otherTreatment.questionId,
"answer":{
"treatmentTypeVal": '',
"specificTherapy": '',
"status":0
},
"questionNo":Number(otherTreatment.questionNo),
......
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