|
@@ -3,7 +3,7 @@ import { Tag } from 'antd'
|
|
|
import ProTable from '@ant-design/pro-table'
|
|
import ProTable from '@ant-design/pro-table'
|
|
|
import consts from '@/consts'
|
|
import consts from '@/consts'
|
|
|
import { queryLock } from '@/services/lock'
|
|
import { queryLock } from '@/services/lock'
|
|
|
-import LocksDetail from '@/pages/Product/lock/Lockstore/components/LocksDetail'
|
|
|
|
|
|
|
+import LocksDetail from '@/pages/Product/Lock/Lockstore/components/LocksDetail'
|
|
|
import { useModal } from '@/components/Modal'
|
|
import { useModal } from '@/components/Modal'
|
|
|
import { useTableScroll } from '@/hooks/useAutoTable'
|
|
import { useTableScroll } from '@/hooks/useAutoTable'
|
|
|
|
|
|
|
@@ -38,7 +38,7 @@ const longleStatusNum = {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const Lockstore = () => {
|
|
const Lockstore = () => {
|
|
|
- const [selectKeys, setSelectKeys] = useState([])
|
|
|
|
|
|
|
+ const [selectKeys] = useState([])
|
|
|
const { toggleDrawer, setDrawerProps } = useModal()
|
|
const { toggleDrawer, setDrawerProps } = useModal()
|
|
|
const [state, setState] = useState({
|
|
const [state, setState] = useState({
|
|
|
params: {},
|
|
params: {},
|