ZZJ
2022-01-26 1e09a7a01a6c1888e1a2a832eb007fb8c2b653a0
src/pages/settings/components/WifiGateway.vue
@@ -220,9 +220,11 @@
    async getlist() {
      const res = await getWifi();
      console.log(res);
      this.wifiForm = res.data;
    },
    async saveList() {
      this.wifiForm.powerRate = `${this.wifiForm.powerRate}`;
      const res = await saveWifi(this.wifiForm);
      console.log(res);
    },