src/views/patient/propaganda/QuestionnaireTask.vue
@@ -489,7 +489,7 @@ <!-- 选择患者列表 --> <SFtable ref="multipleTable" @handleUpdate="handleUpdate" @handleSelectionChange="handleSelectionChange" :currentList="patientuserList" :tableLabel="tableLabelhz" @@ -1559,6 +1559,9 @@ item.deptName = item.dept; item.admindate = item.inhosptime; item.sfzh = item.idcardno; if (this.patientqueryParams.allhosp==6) { item.patfrom = 1; } this.overallCase.push(item); this.form.patTaskRelevances.push(item); }