mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
数据同步完成后,切换选项卡
This commit is contained in:
@@ -358,6 +358,8 @@ export default {
|
||||
deviceSynchronization() {
|
||||
deviceSynchronization(this.form.serialNumber).then(response => {
|
||||
this.form = response.data;
|
||||
// 选项卡切换
|
||||
this.activeName = 'runningStatus';
|
||||
this.oldDeviceStatus = this.form.status;
|
||||
this.loadMap();
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user