chenminghua před 3 roky
rodič
revize
04f4788f2e
1 změnil soubory, kde provedl 2 přidání a 1 odebrání
  1. 2 1
      src/views/sampleDatabase/analysis/index.vue

+ 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,