src/pages/settings/components/LoraGateway.vue @@ -135,6 +135,7 @@ async getList() { const res = await getLora(); console.log(res); this.loraForm = res.data; }, async saveList() { // this.loraForm.powerRate = `${this.loraForm.powerRate}`;