Procházet zdrojové kódy

Merge branch 'cmh' of http://124.70.43.205:3000/yangxiao/sis_zhfx

Koishi před 3 roky
rodič
revize
7a25e5c553

+ 1 - 1
src/views/Home/Home.vue

@@ -1453,7 +1453,7 @@ export default {
       td {
         border: 0.093vh solid fade(@gray, 20);
         line-height: 27px;
-        padding: 0 4px;
+        padding: 0 3px;
         &.text {
         }
 

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