|
@@ -9,8 +9,8 @@ import { lockTypeEnum } from './LockModal'
|
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
import { servicelogEnum, showProductsStatus, showNewLongleStatus, showMarkStatus } from './consts'
|
|
|
|
|
|
|
|
const LockTabList = props => {
|
|
const LockTabList = props => {
|
|
|
- const { longleLog, clientId, longleId, Longlestatus } = props
|
|
|
|
|
- console.log(Longlestatus)
|
|
|
|
|
|
|
+ const { longleLog, clientId, longleId, status } = props
|
|
|
|
|
+ console.log(status)
|
|
|
const [state, setState] = useState({
|
|
const [state, setState] = useState({
|
|
|
visible: false
|
|
visible: false
|
|
|
})
|
|
})
|
|
@@ -28,7 +28,7 @@ const LockTabList = props => {
|
|
|
...values,
|
|
...values,
|
|
|
clientId,
|
|
clientId,
|
|
|
longleId,
|
|
longleId,
|
|
|
- Longlestatus
|
|
|
|
|
|
|
+ status
|
|
|
})
|
|
})
|
|
|
if (code === consts.RET_CODE.SUCCESS) {
|
|
if (code === consts.RET_CODE.SUCCESS) {
|
|
|
message.success('新增成功')
|
|
message.success('新增成功')
|