소스 검색

Merge branch 'master' of http://192.168.101.10:13000/boman/boman-framwork

sr 4 년 전
부모
커밋
d8307b1d08
3개의 변경된 파일2개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      ruoyi-ui/src/api/system/table.js
  2. 0 1
      ruoyi-ui/src/views/tool/gen/editTable.vue
  3. 1 1
      ruoyi-ui/src/views/tool/gen/index.vue

+ 1 - 1
ruoyi-ui/src/api/system/table.js

@@ -11,7 +11,7 @@ export function getQueryList(data) {
 // 获取表单查询字段、按钮、表头
 export function getTableQuery(data) {
   return request({
-    url: '/boman-web-core/p/cs/objectTab',
+    url: '/boman-web-core/p/cs/getObject',
     method: 'POST',
     data
   })

+ 0 - 1
ruoyi-ui/src/views/tool/gen/editTable.vue

@@ -9,7 +9,6 @@
           </el-form-item>
         </el-form>
       </el-col>
-
     </el-row>
 
     <el-tabs v-model="activeName">

+ 1 - 1
ruoyi-ui/src/views/tool/gen/index.vue

@@ -127,7 +127,7 @@
       <el-table-column
         label="实际数据库表"
         align="center"
-        prop="className"
+        prop="realTableName"
         :show-overflow-tooltip="true"
       />
       <el-table-column label="是否菜单" align="center">