648540858
2023-02-07 922a9e8b3216ee5b6fd36ce607eaa81f6adf70ca
web_src/src/components/DeviceList.vue
@@ -207,7 +207,7 @@
      console.log("刷新对应设备:" + itemData.deviceId);
      let that = this;
      this.$axios({
        method: 'post',
        method: 'get',
        url: '/api/device/query/devices/' + itemData.deviceId + '/sync'
      }).then((res) => {
        console.log("刷新设备结果:" + JSON.stringify(res));