Commit 15526b48 authored by 曹泽华's avatar 曹泽华

数据服务 服务监控-开发者/管理员

parent 49471aac
...@@ -82,7 +82,7 @@ ...@@ -82,7 +82,7 @@
const APIRate = ref('375'); const APIRate = ref('375');
const [ const [
registerTable, registerTable,
{ reload, updateTableDataRecord, getSearchInfo, getForm, getRowSelection }, { reload, updateTableDataRecord, setTableData, getSearchInfo, getForm, getRowSelection },
] = useTable({ ] = useTable({
title: '执行中请求', title: '执行中请求',
scroll: { y: 500 }, scroll: { y: 500 },
...@@ -127,27 +127,12 @@ ...@@ -127,27 +127,12 @@
}, },
}); });
function handleImport() {
openImportModal(true, {});
}
function handleLog() { function handleLog() {
router.push({ router.push({
path: '/dataService/serviceMonitor/useLog', path: '/dataService/serviceMonitor/useLog',
}); });
} }
function handleDeleteIds() {
createConfirm({
iconType: 'warning',
title: '确认删除',
content: '确认批量删除选中数据吗?',
onOk() {
createMessage.success('批量删除成功!');
},
});
}
/** 部门树的select*/ /** 部门树的select*/
function handleSelect(key) { function handleSelect(key) {
if (key !== null && key !== undefined) { if (key !== null && key !== undefined) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment