Commit 6b1e72aa authored by 田翔's avatar 田翔

fix: 去除引用

parent f7d3ebf3
......@@ -5,7 +5,6 @@ import SearchGroup from './components/SearchGroup'
import TablePack from './components/TablePack'
import { GetAccountConfigInfo, GetAccountPageList, getStationListByUserID, GetTableJson } from '../../apis/process'
import { isJson, isObject } from '../../utils/index'
import { query } from 'express'
const getFileInfo = (formJson) => {
let obj = {}
......@@ -97,7 +96,7 @@ const TableRender = (props) => {
return (
<div className={styles.tableRender}>
<div className={styles.top}>
<SearchGroup />
{/* <SearchGroup /> */}
</div>
<div className={styles.bottom}>
<Table
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment