From 3da82371b3826dc047f8c30fb0b5fb6ef3aff46e Mon Sep 17 00:00:00 2001 From: heyujie <516346543@qq.com> Date: 星期四, 25 十一月 2021 11:53:48 +0800 Subject: [PATCH] 应用中心修改 --- src/pages/settings/components/LoraGateway.vue | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/src/pages/settings/components/LoraGateway.vue b/src/pages/settings/components/LoraGateway.vue index f6720ed..c4a7643 100644 --- a/src/pages/settings/components/LoraGateway.vue +++ b/src/pages/settings/components/LoraGateway.vue @@ -137,6 +137,9 @@ console.log(res); }, async saveList() { + // this.loraForm.powerRate = `${this.loraForm.powerRate}`; + this.loraForm.hz = `${this.loraForm.hz}`; + // this.loraForm.workMode = `${this.loraForm.workMode}`; const res = await saveLora(this.loraForm); console.log(res); }, -- Gitblit v1.8.0