WXL (wul)
10 天以前 20043e072aee67f1162a5d490c063cadc2e1dcde
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1299,7 +1299,7 @@
        this.form.serviceType == 15
      ) {
        this.checkboxlist = [
           {
          {
            value: "1",
            label: "人工",
          },
@@ -1523,7 +1523,7 @@
        this.form.icd10code = this.diagglist
          .map((item) => item.icdcode)
          .join(",");
          this.form.icd10name = this.diagglist
        this.form.icd10name = this.diagglist
          .map((item) => item.icdname)
          .join(",");
        Editsingletask(this.form).then((res) => {
@@ -1876,7 +1876,10 @@
        return;
      }
      if (this.patientqueryParams.searchscope == 1) {
      if (
        this.patientqueryParams.searchscope == 1 ||
        this.patientqueryParams.allhosp == 2
      ) {
        this.patientqueryParams.leaveldeptcodes = store.getters.belongDepts.map(
          (obj) => obj.deptCode
        );