вывод нормальной ошибки от сервера + фикс установки режима работы передатчика
This commit is contained in:
@@ -63,6 +63,7 @@
|
||||
body: JSON.stringify(query)
|
||||
}).then(async (resp) => {
|
||||
this.submitStatusQos = false
|
||||
if (resp['error']) { throw new Error(resp['error']) }
|
||||
this.updateQosSettings(await resp.json())
|
||||
}).catch((reason) => {
|
||||
this.submitStatusQos = false
|
||||
|
Reference in New Issue
Block a user