|
|
|
@ -56,6 +56,7 @@
@@ -56,6 +56,7 @@
|
|
|
|
|
import { columns, searchFormSchema } from './design.data'; |
|
|
|
|
import { useMessage } from '/@/hooks/web/useMessage'; |
|
|
|
|
import { useRouter } from 'vue-router'; |
|
|
|
|
import { openWindow } from '/@/utils/index'; |
|
|
|
|
|
|
|
|
|
interface TableState { |
|
|
|
|
single: boolean; |
|
|
|
@ -107,11 +108,7 @@
@@ -107,11 +108,7 @@
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function handleAdd() { |
|
|
|
|
push({ path: '/report/edit', query: { |
|
|
|
|
openMetaUpdate: 'y', |
|
|
|
|
title: '新增报表', |
|
|
|
|
frameSrc: 'https://192.168.3.10/ureport/designer' |
|
|
|
|
}}); |
|
|
|
|
openWindow('https://192.168.3.10/ureport/designer'); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
function handleDesign(record: Recordable) { |
|
|
|
|