Parcourir la source

update 优化 删除无用接口

疯狂的狮子Li il y a 9 mois
Parent
commit
47c2724058
1 fichiers modifiés avec 0 ajouts et 7 suppressions
  1. 0 7
      src/views/workflow/spel/index.vue

+ 0 - 7
src/views/workflow/spel/index.vue

@@ -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);