From de2ac66f0b6c696213c67235af4a6f3cf51bfc36 Mon Sep 17 00:00:00 2001 From: liguonan <lign@zhiding.com.cn> Date: 星期一, 03 八月 2020 17:57:33 +0800 Subject: [PATCH] 修复在线用户判断逻辑 --- ruoyi-ui/src/api/tool/gen.js | 10 ++++++++++ 1 files changed, 10 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/api/tool/gen.js b/ruoyi-ui/src/api/tool/gen.js index 21b9b83..6c87d4f 100644 --- a/ruoyi-ui/src/api/tool/gen.js +++ b/ruoyi-ui/src/api/tool/gen.js @@ -42,6 +42,7 @@ params: data }) } + // 棰勮鐢熸垚浠g爜 export function previewTable(tableId) { return request({ @@ -49,6 +50,7 @@ method: 'get' }) } + // 鍒犻櫎琛ㄦ暟鎹� export function delTable(tableId) { return request({ @@ -57,3 +59,11 @@ }) } +// 鐢熸垚浠g爜锛堣嚜瀹氫箟璺緞锛� +export function genCode(tableName) { + return request({ + url: '/tool/gen/genCode/' + tableName, + method: 'get' + }) +} + -- Gitblit v1.9.3