diff --git a/src/views/manage/components/Taskprocess.vue b/src/views/manage/components/Taskprocess.vue index 2db50fb..cbeeef7 100644 --- a/src/views/manage/components/Taskprocess.vue +++ b/src/views/manage/components/Taskprocess.vue @@ -590,7 +590,6 @@ export default { } } }); - // console.log(score, 'score') this.questiondata.totalScore = score; } }); @@ -607,7 +606,6 @@ export default { // this.$delete(this.obj, '0', '') delete e.questionSubjectOptionList; }); - // console.log(this.obj, 'obj') } else if (this.$route.query.taskNodeType == "ARTIFICIAL_FOLLOW_UP") { console.log(this.questiondata, "questiondata"); // 对象.新名字=对象.原数组 @@ -630,8 +628,6 @@ export default { } // 问卷 if (this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE") { - console.log(this.obj, 'objobj') - // return this.$refs["questiondata"].validate((valid) => { if (valid) { addPatientQuestionResult(this.obj).then((response) => { @@ -677,8 +673,7 @@ export default { this.form.phoneTemplateId = this.formlist.phoneTemplateId this.form.patientPhone = this.formlist.patientPhone var formlists = JSON.parse(JSON.stringify(this.form)); - console.log(formlists) - return; + addPatientQuestionResult(formlists).then((response) => { this.$confirm("保存成功, 是否返回上一页?", "提示", { confirmButtonText: "确定", @@ -831,7 +826,7 @@ export default { padding: 10px 20px; .sport { - padding: 10px 50px 10px 10px; + padding: 0px 5px 10px 0px; font-size: 20px; font-weight: 600; .login-code-img { @@ -897,4 +892,3 @@ export default { } } - \ No newline at end of file diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index 79b8570..54e75fd 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -947,8 +947,6 @@ export default { this.$router.push({ path: "/task/followupsee", query: { - dataile:'handel', - path: "/task/followup", patientId: row.patientId, taskNodeType: row.taskNodeType, @@ -982,7 +980,6 @@ export default { this.$router.push({ path: "/task/followupdetails", query: { - dataile:'dataile', path: "/task/followup", patientId: row.patientId, taskNodeType: row.taskNodeType, diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 8c6dcfe..6702fe2 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -27,7 +27,7 @@