src/views/patient/propaganda/QuestionnaireTask.vue
@@ -887,7 +887,7 @@ created() { this.id = this.$route.query.id; this.form.hospType = this.$route.query.type; this.form.Type = this.$route.query.type; this.listDept(); this.Acquisitiontype(); this.Getdetails(); @@ -959,6 +959,9 @@ } else { this.form.isoperation = 1; } if (!this.form.type) { this.form.type = this.$route.query.type; } Questionnairetaskdetails(this.form).then((res) => { if (res.code == 200) { if (this.form.taskid) {