Browse Source

解决无用的getMsg()

Reiskuchen 5 years ago
parent
commit
a4aedee4e9
1 changed files with 2 additions and 1 deletions
  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);
             },
 
+            //意义不明的获取资产方公司的设备列表
             getMsg() {
                 this.http.post( this.port.base.moulds, {
                     belongCompanyId: this.user.companyId,
@@ -1537,7 +1538,7 @@
             };
         },
         mounted() {
-            this.getMsg();
+            // this.getMsg();
             this.getDetail();
         }
     };