From 1f10015a9148f1be71b1ee94154a65867003d924 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BD=97=E6=96=8C=E6=9D=B0?= <> Date: Tue, 17 Dec 2024 11:24:16 +0800 Subject: [PATCH] ui --- src/components/patientRegister/PatientRegisterList.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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)