修改
This commit is contained in:
parent
d6d2ce6cf9
commit
85575c22f2
@ -590,7 +590,6 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
// console.log(score, 'score')
|
|
||||||
this.questiondata.totalScore = score;
|
this.questiondata.totalScore = score;
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
@ -607,7 +606,6 @@ export default {
|
|||||||
// this.$delete(this.obj, '0', '')
|
// this.$delete(this.obj, '0', '')
|
||||||
delete e.questionSubjectOptionList;
|
delete e.questionSubjectOptionList;
|
||||||
});
|
});
|
||||||
// console.log(this.obj, 'obj')
|
|
||||||
} else if (this.$route.query.taskNodeType == "ARTIFICIAL_FOLLOW_UP") {
|
} else if (this.$route.query.taskNodeType == "ARTIFICIAL_FOLLOW_UP") {
|
||||||
console.log(this.questiondata, "questiondata");
|
console.log(this.questiondata, "questiondata");
|
||||||
// 对象.新名字=对象.原数组
|
// 对象.新名字=对象.原数组
|
||||||
@ -630,8 +628,6 @@ export default {
|
|||||||
}
|
}
|
||||||
// 问卷
|
// 问卷
|
||||||
if (this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE") {
|
if (this.$route.query.taskNodeType == "QUESTIONNAIRE_SCALE") {
|
||||||
console.log(this.obj, 'objobj')
|
|
||||||
// return
|
|
||||||
this.$refs["questiondata"].validate((valid) => {
|
this.$refs["questiondata"].validate((valid) => {
|
||||||
if (valid) {
|
if (valid) {
|
||||||
addPatientQuestionResult(this.obj).then((response) => {
|
addPatientQuestionResult(this.obj).then((response) => {
|
||||||
@ -677,8 +673,7 @@ export default {
|
|||||||
this.form.phoneTemplateId = this.formlist.phoneTemplateId
|
this.form.phoneTemplateId = this.formlist.phoneTemplateId
|
||||||
this.form.patientPhone = this.formlist.patientPhone
|
this.form.patientPhone = this.formlist.patientPhone
|
||||||
var formlists = JSON.parse(JSON.stringify(this.form));
|
var formlists = JSON.parse(JSON.stringify(this.form));
|
||||||
console.log(formlists)
|
|
||||||
return;
|
|
||||||
addPatientQuestionResult(formlists).then((response) => {
|
addPatientQuestionResult(formlists).then((response) => {
|
||||||
this.$confirm("保存成功, 是否返回上一页?", "提示", {
|
this.$confirm("保存成功, 是否返回上一页?", "提示", {
|
||||||
confirmButtonText: "确定",
|
confirmButtonText: "确定",
|
||||||
@ -831,7 +826,7 @@ export default {
|
|||||||
padding: 10px 20px;
|
padding: 10px 20px;
|
||||||
|
|
||||||
.sport {
|
.sport {
|
||||||
padding: 10px 50px 10px 10px;
|
padding: 0px 5px 10px 0px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
.login-code-img {
|
.login-code-img {
|
||||||
@ -897,4 +892,3 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
Loading…
Reference in New Issue
Block a user