WXL (wul)
2026-05-08 f9902f7a3b79d22bde9f199263ac36de26816470
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1369,6 +1369,7 @@
        this.form.serviceType == 3 ||
        this.form.serviceType == 5 ||
        this.form.serviceType == 16 ||
        this.form.serviceType == 18 ||
        this.form.serviceType == 4
      ) {
        this.checkboxlist = [
@@ -1522,6 +1523,9 @@
        this.form.icd10code = this.diagglist
          .map((item) => item.icdcode)
          .join(",");
          this.form.icd10name = this.diagglist
          .map((item) => item.icdname)
          .join(",");
        Editsingletask(this.form).then((res) => {
          if (res.code == 200) {
            if (this.form.taskid) {