@@ -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();
}