Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wechat_lung
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hanpeng
wechat_lung
Commits
1d7bc9f6
Commit
1d7bc9f6
authored
Dec 11, 2019
by
zujiaozhang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
'修改部分题选择为空的时候传递空数据不传,只传递status:0'
parent
23caca08
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
1 addition
and
9 deletions
+1
-9
discomfort.js
wechat_lung_questionnaire/javaScript/discomfort.js
+0
-1
examination.js
wechat_lung_questionnaire/javaScript/examination.js
+0
-1
furtherConsultation.js
wechat_lung_questionnaire/javaScript/furtherConsultation.js
+1
-1
geneDetection.js
wechat_lung_questionnaire/javaScript/geneDetection.js
+0
-4
otherTreatment.js
wechat_lung_questionnaire/javaScript/otherTreatment.js
+0
-2
No files found.
wechat_lung_questionnaire/javaScript/discomfort.js
View file @
1d7bc9f6
...
...
@@ -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
),
...
...
wechat_lung_questionnaire/javaScript/examination.js
View file @
1d7bc9f6
...
...
@@ -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
),
...
...
wechat_lung_questionnaire/javaScript/furtherConsultation.js
View file @
1d7bc9f6
...
...
@@ -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
}
...
...
wechat_lung_questionnaire/javaScript/geneDetection.js
View file @
1d7bc9f6
...
...
@@ -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
),
...
...
wechat_lung_questionnaire/javaScript/otherTreatment.js
View file @
1d7bc9f6
...
...
@@ -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
),
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment