|
@ -48,6 +48,7 @@ const showDetail = (historyItem: Setting.History) => { |
|
|
}) |
|
|
}) |
|
|
} |
|
|
} |
|
|
const printDetail = (historyItem: Setting.History) => { |
|
|
const printDetail = (historyItem: Setting.History) => { |
|
|
|
|
|
FtMessage.info('开始打印!') |
|
|
const detailParams = { |
|
|
const detailParams = { |
|
|
className: 'DisinfectionLogsService', |
|
|
className: 'DisinfectionLogsService', |
|
|
fnName: 'printRecord', |
|
|
fnName: 'printRecord', |
|
|