|
@@ -26,7 +26,7 @@ const LockTabList = props => {
|
|
|
setAddLonglelog({ ...addLonglelog, loading: true })
|
|
setAddLonglelog({ ...addLonglelog, loading: true })
|
|
|
const { code = -1 } = await apiSoftwareAddLonglelog({
|
|
const { code = -1 } = await apiSoftwareAddLonglelog({
|
|
|
...values,
|
|
...values,
|
|
|
- clientId,
|
|
|
|
|
|
|
+ // clientId,
|
|
|
longleId
|
|
longleId
|
|
|
})
|
|
})
|
|
|
if (code === consts.RET_CODE.SUCCESS) {
|
|
if (code === consts.RET_CODE.SUCCESS) {
|
|
@@ -65,6 +65,7 @@ const LockTabList = props => {
|
|
|
/> */}
|
|
/> */}
|
|
|
</Col>
|
|
</Col>
|
|
|
<Col span="16">
|
|
<Col span="16">
|
|
|
|
|
+ {/* <ProductLabel data={item.product} /> */}
|
|
|
<RenderLongleCon longleService={item} />
|
|
<RenderLongleCon longleService={item} />
|
|
|
</Col>
|
|
</Col>
|
|
|
</Row>
|
|
</Row>
|
|
@@ -137,10 +138,11 @@ const LockTabList = props => {
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
const RenderLongleCon = ({ longleService }) => {
|
|
const RenderLongleCon = ({ longleService }) => {
|
|
|
|
|
+ // console.log(longleService)
|
|
|
return (
|
|
return (
|
|
|
<>
|
|
<>
|
|
|
{showProductsStatus.includes(longleService.status) ? (
|
|
{showProductsStatus.includes(longleService.status) ? (
|
|
|
- <ProductLabel longgleService={longleService.product} />
|
|
|
|
|
|
|
+ <ProductLabel data={longleService.product} />
|
|
|
) : null}
|
|
) : null}
|
|
|
{showNewLongleStatus.includes(longleService.status) ? (
|
|
{showNewLongleStatus.includes(longleService.status) ? (
|
|
|
<span>{longleService.NewKeyNum}</span>
|
|
<span>{longleService.NewKeyNum}</span>
|