yrik 4 年之前
父节点
当前提交
0b476afbdf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruoyi-ui/src/api/system/table.js

+ 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
   })