🐛 错误代码修正

This commit is contained in:
ronger 2022-04-09 19:58:25 +08:00
parent f6accbb7a9
commit 3ddcecf870

View File

@ -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}))
]) ])
}, },