fix: 正确获取interfaceId

This commit is contained in:
wenbo.dong 2017-07-28 17:44:28 +08:00
parent e4aa7fa037
commit f3721d7a7a

View File

@ -46,10 +46,9 @@ class Interface extends Component {
componentWillMount () {
const interfaceId = this.getInterfaceId()
console.log(interfaceId);
const params = {
params: {
project_id: '2481'
project_id: interfaceId
}
}