mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-17 16:36:03 +08:00
数据同步功能延迟到数据加载完成
This commit is contained in:
@@ -127,7 +127,7 @@
|
||||
<el-tab-pane name="device04">
|
||||
<span slot="label">
|
||||
<el-tooltip class="item" effect="dark" content="用于查看发送的指令,设备是否已经响应" placement="right-start">
|
||||
<el-button type="success" size="mini" @click="deviceSynchronization()" :disabled="form.deviceId==0">数据同步</el-button>
|
||||
<el-button type="success" size="mini" @click="deviceSynchronization()" :disabled="form.deviceId==0 || !isLoaded">数据同步</el-button>
|
||||
</el-tooltip>
|
||||
</span>
|
||||
</el-tab-pane>
|
||||
|
||||
Reference in New Issue
Block a user