From a5a71bf505252ef6acbaef9c8a0a7eb0e89f917d Mon Sep 17 00:00:00 2001
From: 疯狂的狮子li <15040126243@163.com>
Date: 星期五, 13 八月 2021 14:07:32 +0800
Subject: [PATCH] fix 修复代码生成 删除按钮报错 loading 不取消问题

---
 ruoyi-generator/src/main/resources/vm/js/api.js.vm |    9 ---------
 1 files changed, 0 insertions(+), 9 deletions(-)

diff --git a/ruoyi-generator/src/main/resources/vm/js/api.js.vm b/ruoyi-generator/src/main/resources/vm/js/api.js.vm
index 296d41a..9295524 100644
--- a/ruoyi-generator/src/main/resources/vm/js/api.js.vm
+++ b/ruoyi-generator/src/main/resources/vm/js/api.js.vm
@@ -42,12 +42,3 @@
     method: 'delete'
   })
 }
-
-// 瀵煎嚭${functionName}
-export function export${BusinessName}(query) {
-  return request({
-    url: '/${moduleName}/${businessName}/export',
-    method: 'get',
-    params: query
-  })
-}
\ No newline at end of file

--
Gitblit v1.9.3