fix: 正确获取interfaceId

This commit is contained in:
wenbo.dong 2017-07-28 17:44:28 +08:00
parent 789f62b0c7
commit b983ac538a

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
}
}