mirror of
https://gitee.com/JavaLionLi/plus-ui.git
synced 2026-09-15 08:25:10 +08:00
update 优化 删除无用接口
This commit is contained in:
parent
219ab65eb7
commit
47c2724058
@ -289,13 +289,6 @@ const handleDelete = async (row?: SpelVO) => {
|
|||||||
await getList();
|
await getList();
|
||||||
}
|
}
|
||||||
|
|
||||||
/** 导出按钮操作 */
|
|
||||||
const handleExport = () => {
|
|
||||||
proxy?.download('system/spel/export', {
|
|
||||||
...queryParams.value
|
|
||||||
}, `spel_${new Date().getTime()}.xlsx`)
|
|
||||||
}
|
|
||||||
|
|
||||||
/** 控制是否显示 viewSpel 输入框 */
|
/** 控制是否显示 viewSpel 输入框 */
|
||||||
const showViewSpelInput = ref(false);
|
const showViewSpelInput = ref(false);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user