角色管理
This commit is contained in:
@@ -129,13 +129,12 @@ export default {
|
||||
this.companyName = obj.companyName;
|
||||
},
|
||||
getMes1() {
|
||||
// cockpitDataMonitor({
|
||||
// factorys: ["1"],
|
||||
// date: 4,
|
||||
// }).then((res) => {
|
||||
// console.log(res);
|
||||
// });
|
||||
cockpitDataMonitor().then((res) => {});
|
||||
cockpitDataMonitor({
|
||||
factorys: [1],
|
||||
date: 4,
|
||||
}).then((res) => {
|
||||
console.log(res);
|
||||
});
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user