.then(response => { if (response.data.status === 'success') this.companyData = response.data.data; else { this.isError = true; this.errorMsg = response.data.data; this.$refs.errorModalRef.show(); } }) .catch(e => { console.log(e) })
Обсуждают сегодня