|
@@ -20,7 +20,7 @@ const hidePulseExceptionTemplate = computed(() => platformIsAIO())
|
|
|
const Visitor = useVisitor();
|
|
const Visitor = useVisitor();
|
|
|
const id = useRouteParams<string>('id', Visitor.reportId);
|
|
const id = useRouteParams<string>('id', Visitor.reportId);
|
|
|
const scrollable = ref(true);
|
|
const scrollable = ref(true);
|
|
|
-const closeable = computed(() => !data.value.payLock);
|
|
|
|
|
|
|
+const closeable = computed(() => !data.value.payLock || data.value.page.printable || data.value.page.jumpable);
|
|
|
const { data, loading } = useWatcher(() => getReportMethod(id.value), [ id ], {
|
|
const { data, loading } = useWatcher(() => getReportMethod(id.value), [ id ], {
|
|
|
initialData: {
|
|
initialData: {
|
|
|
descriptionsTable: { column: [], data: [] },
|
|
descriptionsTable: { column: [], data: [] },
|