|
@@ -82,7 +82,7 @@ const LockTabList = props => {
|
|
|
|
|
|
|
|
// 点击新软件锁详情
|
|
// 点击新软件锁详情
|
|
|
const showLongleClick = newLongleId => {
|
|
const showLongleClick = newLongleId => {
|
|
|
- console.log(newLongleId)
|
|
|
|
|
|
|
+ // console.log(newLongleId)
|
|
|
toggleDrawer()
|
|
toggleDrawer()
|
|
|
setDrawerProps({
|
|
setDrawerProps({
|
|
|
zIndex: 1001,
|
|
zIndex: 1001,
|
|
@@ -94,6 +94,12 @@ const LockTabList = props => {
|
|
|
},
|
|
},
|
|
|
children: <LocksDetail dataId={newLongleId} />
|
|
children: <LocksDetail dataId={newLongleId} />
|
|
|
})
|
|
})
|
|
|
|
|
+ setTimeout(() => {
|
|
|
|
|
+ dispatch({
|
|
|
|
|
+ type: 'refresh/commitAction',
|
|
|
|
|
+ payload: updateKey
|
|
|
|
|
+ })
|
|
|
|
|
+ }, 0)
|
|
|
toggleDrawer(true)
|
|
toggleDrawer(true)
|
|
|
}
|
|
}
|
|
|
|
|
|