Commit 5fcce77e by zujiaozhang

'修改不需要的参数status'

parent 125ad62d
......@@ -256,8 +256,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
"happenTimeVal":discomfortGeneralPage.happenTimeVal||'',
"isRelieveVal":discomfortGeneralPage.isRelieveVal||'',
"isHandleVal":discomfortGeneralPage.isHandleVal||'',
"dataText": discomfortGeneralPage.dataText||'',
"status": 1
"dataText": discomfortGeneralPage.dataText||''
},
"questionNo":Number(discomfortGeneralPage.questionNo),
"followUpId": discomfortGeneralPage.followUpId
......
......@@ -89,8 +89,7 @@ define(['zepto', 'medtap', 'mui', 'mui.picker'], function($, medtap, mui) { 
'parentId':generalPage.parentId,
"answer":{
'checkImgList': generalPage.imgList,
'dataText': generalPage.dataText,
"status": 1
'dataText': generalPage.dataText
},
"questionNo":Number(generalPage.questionNo),
"followUpId": generalPage.followUpId
......
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