🐛 错误代码修正
This commit is contained in:
parent
f6accbb7a9
commit
3ddcecf870
@ -90,7 +90,7 @@ export default {
|
|||||||
fetch({store, params, error}) {
|
fetch({store, params, error}) {
|
||||||
return Promise.all([
|
return Promise.all([
|
||||||
store
|
store
|
||||||
.dispatch('currency-rule/fetchList', params)
|
.dispatch('bank/fetchList', params)
|
||||||
.catch(err => error({statusCode: 404}))
|
.catch(err => error({statusCode: 404}))
|
||||||
])
|
])
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user