update 优化 删除无用接口
This commit is contained in:
@@ -289,13 +289,6 @@ const handleDelete = async (row?: SpelVO) => {
|
||||
await getList();
|
||||
}
|
||||
|
||||
/** 导出按钮操作 */
|
||||
const handleExport = () => {
|
||||
proxy?.download('system/spel/export', {
|
||||
...queryParams.value
|
||||
}, `spel_${new Date().getTime()}.xlsx`)
|
||||
}
|
||||
|
||||
/** 控制是否显示 viewSpel 输入框 */
|
||||
const showViewSpelInput = ref(false);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user