WXL
2024-07-02 1f644c69e6c5df3683e8b4698b3073d487cf6d80
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) {