chenminghua 3 rokov pred
rodič
commit
04f4788f2e

+ 2 - 1
src/views/sampleDatabase/analysis/index.vue

@@ -238,6 +238,7 @@ export default {
     },
     getData() {
       let that = this;
+      that.showData = [];
       this.API.requestData({
         method: "GET",
         subUrl: "http://192.168.1.18:9002/analyse/basic",
@@ -264,7 +265,7 @@ export default {
         let that = this;
         await this.API.requestData({
           method: "GET",
-          subUrl: "http://192.168.10.18:8075/alarm/history/page",
+          subUrl: "http://192.168.1.18:8075/alarm/history/page",
           data: {
             pagenum: 1,
             pagesize: 20000,