diff --git a/src/components/patientRegister/PatientRegisterList.vue b/src/components/patientRegister/PatientRegisterList.vue index b1fb7e4..422991f 100644 --- a/src/components/patientRegister/PatientRegisterList.vue +++ b/src/components/patientRegister/PatientRegisterList.vue @@ -2149,8 +2149,7 @@ export default { if (e.qztlIsFj) e.qztlIsFj = e.qztlIsFj == "Y" ? "是" : "否" }) this.tableName = '人员登记列表' + moment(new Date()).format('yyyyMMDDHHmmss') + '.xls' - console.log(tableDatas) - // return tableDatas; + return tableDatas; // const columns = this.$refs.info.getColumns(); // 获取列信息 // const data = this.$refs.info.getData(); // 获取数据 // console.log(columns)