404, то /rest/services2/ ?
Когда тебе приходит res с status 404 делать новый запрос на 402
Код хоть какойто есть?
getWorktypes: function () { axios.get('/rest/services1/') .then(response => { this.sourceData = response.data.results; this.searchingNow = true; }) .catch(error => { console.error(error); }) },
Обсуждают сегодня