提交 bf4f39e7 authored 作者: kxjia's avatar kxjia

修改bug

上级 dacbf6fc
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
import { ref,unref } from 'vue'; import { ref,unref } from 'vue';
import { useAppInject } from '/@/hooks/web/useAppInject'; import { useAppInject } from '/@/hooks/web/useAppInject';
import { BasicDrawer, useDrawerInner } from '/src/components/Drawer'; import { BasicDrawer, useDrawerInner } from '/@/components/Drawer';
import { Base64 } from 'js-base64'; import { Base64 } from 'js-base64';
const pwidth = ref(); const pwidth = ref();
......
...@@ -199,7 +199,9 @@ ...@@ -199,7 +199,9 @@
function handleShowReport(row) { function handleShowReport(row) {
if (row.filepath) { if (row.filepath) {
openFileContentModel(true, { openFileContentModel(true, {
record: row, record: {
filePath: row.filepath,
},
isUpdate: false, isUpdate: false,
showFooter: true, showFooter: true,
}); });
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论