Commit d9a90caf authored by 前端-黄佳鑫's avatar 前端-黄佳鑫

修改需求发布 新增地bug

parent 00636f79
......@@ -186,8 +186,14 @@ const List: React.FC<listParams> = (props) => {
<Button
disabled={record.interiorState !== 3 && record.interiorState !== 6}
type='link'
onClick={() => history.push(`/memberCenter/tranactionAbility/enquiryOffer/enquiryOne/detail?id=${record.id}`)}
onClick={() => history.push(`/memberCenter/tranactionAbility/enquiryOffer/enquiryTwo/detail?id=${record.id}`)}
>审核</Button>}
{props.type === 3 &&
<Button
disabled={record.externalState !== 3 && record.interiorState !== 4}
type='link'
onClick={() => history.push(`/memberCenter/tranactionAbility/enquiryOffer/toSubmit/detail?id=${record.id}`)}
>提交</Button>}
</>
// <>
......
......@@ -862,7 +862,8 @@ const Detail: React.FC<{}> = () => {
otherList.forEach(j => {
let otherItem: any = {}
if (child === j.title) {
otherItem[child] = v[child]
otherItem[child] = v[child].split('/');
console.log(v[child], '我要这里做修改')
_otherList.push(otherItem)
}
})
......
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