Commit b4998fda by haojie

1

parent d617f9a4
...@@ -38,7 +38,9 @@ class ContractTrade extends Component<any, any> { ...@@ -38,7 +38,9 @@ class ContractTrade extends Component<any, any> {
[table_HistoryTransaction]: false, [table_HistoryTransaction]: false,
}, },
// 筛选条件 // 筛选条件
filter: {} filter: {},
// 辅助列表
HelpData: null,
} }
} }
...@@ -112,7 +114,12 @@ class ContractTrade extends Component<any, any> { ...@@ -112,7 +114,12 @@ class ContractTrade extends Component<any, any> {
// }) // })
// }) // })
// 获取辅助列表 // 获取辅助列表
await getContractHelpList(); const data = await getContractHelpList();
if (data) {
this.setState({
HelpData: data,
})
}
} }
......
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