heyujie
2022-01-05 ea9083ef4714c4e64f7f99aa47533933156a12f8
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);
    },