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: "", };