lin
2022-01-07 458e7d18b77f0f47be2969491b42de9b6d8b27f0
web_src/src/components/DeviceList.vue
@@ -196,16 +196,16 @@
               url: '/api/device/query/devices/' + itemData.deviceId + '/sync'
            }).then(function(res) {
               console.log("刷新设备结果:"+JSON.stringify(res));
               if (!res.data.deviceId) {
               if (res.data.code !==0) {
                  that.$message({
                     showClose: true,
                     message: res.data,
                     message: res.data.msg,
                     type: 'error'
                  });
               }else{
                  that.$message({
                     showClose: true,
                     message: '请求成功',
                     message: res.data.msg,
                     type: 'success'
                  });
               }