ZZJ
2022-01-06 fa44bcc2861fe56e8af50fbd8f56065250a2ece3
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);
    },