From 8d4f3561d5431dfb6df5edb3d643d93a0bb7dba1 Mon Sep 17 00:00:00 2001 From: 疯狂的狮子li <15040126243@163.com> Date: 星期五, 11 十二月 2020 18:45:57 +0800 Subject: [PATCH] 修复mybatis-plus插件不生效bug --- ruoyi-ui/src/views/tool/gen/editTable.vue | 4 ++++ 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/ruoyi-ui/src/views/tool/gen/editTable.vue b/ruoyi-ui/src/views/tool/gen/editTable.vue index f1ce9d7..db1c31d 100644 --- a/ruoyi-ui/src/views/tool/gen/editTable.vue +++ b/ruoyi-ui/src/views/tool/gen/editTable.vue @@ -90,6 +90,8 @@ <el-option label="鍗曢�夋" value="radio" /> <el-option label="澶嶉�夋" value="checkbox" /> <el-option label="鏃ユ湡鎺т欢" value="datetime" /> + <el-option label="涓婁紶鎺т欢" value="uploadImage" /> + <el-option label="瀵屾枃鏈帶浠�" value="editor" /> </el-select> </template> </el-table-column> @@ -125,6 +127,7 @@ import { getGenTable, updateGenTable } from "@/api/tool/gen"; import { optionselect as getDictOptionselect } from "@/api/system/dict/type"; import { listMenu as getMenuTreeselect } from "@/api/system/menu"; +import Global from "@/layout/components/global.js"; import basicInfoForm from "./basicInfoForm"; import genInfoForm from "./genInfoForm"; import Sortable from 'sortablejs' @@ -205,6 +208,7 @@ }, /** 鍏抽棴鎸夐挳 */ close() { + Global.$emit("removeCache", "closeSelectedTag", this.$route); this.$store.dispatch("tagsView/delView", this.$route); this.$router.push({ path: "/tool/gen", query: { t: Date.now()}}) } -- Gitblit v1.9.3