WXL (wul)
2026-05-07 ecbcc059d43f64877551756de129c653d31d0032
src/views/patient/propaganda/QuestionnaireTask.vue
@@ -1299,6 +1299,10 @@
        this.form.serviceType == 15
      ) {
        this.checkboxlist = [
           {
            value: "1",
            label: "人工",
          },
          {
            value: "3",
            label: "智能语音",
@@ -1365,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 = [
@@ -1797,6 +1802,7 @@
          item.patid = item.id;
          item.hospType = this.patientqueryParams.allhosp;
          item.sfzh = item.idcardno;
          item.telshortcode = item.telshortcode;
          item.deptCode = item.deptcode;
          item.deptName = item.dept;
          item.admindate = item.inhosptime;