Selaa lähdekoodia

解决无用的getMsg()

Reiskuchen 5 vuotta sitten
vanhempi
commit
a4aedee4e9
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      ys_vue/src/views/mold/moldDetail.vue

+ 2 - 1
ys_vue/src/views/mold/moldDetail.vue

@@ -699,6 +699,7 @@
                 this.getOperationRecord(this.activeTab);
                 this.getOperationRecord(this.activeTab);
             },
             },
 
 
+            //意义不明的获取资产方公司的设备列表
             getMsg() {
             getMsg() {
                 this.http.post( this.port.base.moulds, {
                 this.http.post( this.port.base.moulds, {
                     belongCompanyId: this.user.companyId,
                     belongCompanyId: this.user.companyId,
@@ -1537,7 +1538,7 @@
             };
             };
         },
         },
         mounted() {
         mounted() {
-            this.getMsg();
+            // this.getMsg();
             this.getDetail();
             this.getDetail();
         }
         }
     };
     };