|
@@ -128,22 +128,22 @@ const KnowledgeLibList: React.FC = () => {
|
|
|
<a
|
|
<a
|
|
|
style={{ marginRight: 16 }}
|
|
style={{ marginRight: 16 }}
|
|
|
onClick={() => {
|
|
onClick={() => {
|
|
|
- onClickModify(record.appId);
|
|
|
|
|
|
|
+ // onClickfetchTakaiApplicationDetail(record.appId);
|
|
|
|
|
+ setDrawerFlag(true)
|
|
|
|
|
+ setDrawerData(record)
|
|
|
}}
|
|
}}
|
|
|
title='审核'
|
|
title='审核'
|
|
|
>
|
|
>
|
|
|
- <StepForwardOutlined />审核
|
|
|
|
|
|
|
+ 查看
|
|
|
</a >
|
|
</a >
|
|
|
<a
|
|
<a
|
|
|
style={{ marginRight: 16 }}
|
|
style={{ marginRight: 16 }}
|
|
|
onClick={() => {
|
|
onClick={() => {
|
|
|
- // onClickfetchTakaiApplicationDetail(record.appId);
|
|
|
|
|
- setDrawerFlag(true)
|
|
|
|
|
- setDrawerData(record)
|
|
|
|
|
|
|
+ onClickModify(record.appId);
|
|
|
}}
|
|
}}
|
|
|
title='审核'
|
|
title='审核'
|
|
|
>
|
|
>
|
|
|
- 查看
|
|
|
|
|
|
|
+ <StepForwardOutlined />审核
|
|
|
</a >
|
|
</a >
|
|
|
</>
|
|
</>
|
|
|
)
|
|
)
|