#
whycq
2023-10-21 6e1ba99d861ef7c92b69b77ff95bbd9eace9d300
Monitor-APP/pages/home/home.vue
@@ -252,7 +252,6 @@
               data: JSON.stringify(param),
               success(res) {
                  res = res.data
                  console.log(res);
                  if (res.code === 200 && res.data.body.length>0) {
                     that.locs = [];
                     for (let k of res.data.body) {