WXL (wul)
6 天以前 25b6d3d875c1c24f70de8a06f8098b301a2790d5
src/views/patient/patient/outpatient.vue
@@ -277,7 +277,11 @@
            key="telcode"
            prop="telcode"
            width="120"
          />
           >
                <template slot-scope="scope">
                  <span>{{ desensitization(scope.row.telcode,'phone') }}</span>
                </template></el-table-column
              >
          <!-- <el-table-column
            label="患者标签(缺)"
            align="center"
@@ -1147,9 +1151,10 @@
        // 遍历选中的患者,逐个调用接口
        for (const patient of this.selectedPatients) {
          const params = {
            taskId: this.selectedTask.taskId,
            taskid: this.selectedTask.taskid,
            taskName: this.selectedTask.taskName,
            serviceType: this.selectedTask.serviceType,
            sendstate:2,
            ...patient,
            age: "",
          };