罗斌杰 11 months ago
parent
commit
1f10015a91
  1. 3
      src/components/patientRegister/PatientRegisterList.vue

3
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)

Loading…
Cancel
Save