src/pages/settings/components/WifiGateway.vue @@ -223,6 +223,7 @@ }, async saveList() { this.wifiForm.powerRate = `${this.wifiForm.powerRate}`; const res = await saveWifi(this.wifiForm); console.log(res); },