mirror of
https://gitee.com/beecue/fastbee.git
synced 2025-12-18 00:45:55 +08:00
分组更新问题
This commit is contained in:
@@ -26,7 +26,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<el-tag type="primary" v-if="scope.row.mode==1">影子模式</el-tag>
|
<el-tag type="primary" v-if="scope.row.mode==1">影子模式</el-tag>
|
||||||
<el-tag type="success" v-else-if="scope.row.mode==2">在线模式</el-tag>
|
<el-tag type="success" v-else-if="scope.row.mode==2">在线模式</el-tag>
|
||||||
<el-tag type="info" v-else>其他</el-tag>
|
<el-tag type="info" v-else>其他信息</el-tag>
|
||||||
</template>
|
</template>
|
||||||
</el-table-column>
|
</el-table-column>
|
||||||
<el-table-column label="时间" align="center" prop="createTime" width="150">
|
<el-table-column label="时间" align="center" prop="createTime" width="150">
|
||||||
|
|||||||
@@ -282,7 +282,6 @@ export default {
|
|||||||
this.queryParams.productId = null;
|
this.queryParams.productId = null;
|
||||||
}
|
}
|
||||||
this.getList();
|
this.getList();
|
||||||
this.getGroupList();
|
|
||||||
},
|
},
|
||||||
activated() {
|
activated() {
|
||||||
const time = this.$route.query.t;
|
const time = this.$route.query.t;
|
||||||
@@ -509,6 +508,8 @@ export default {
|
|||||||
this.mqttSubscribe(this.deviceList);
|
this.mqttSubscribe(this.deviceList);
|
||||||
this.loading = false;
|
this.loading = false;
|
||||||
});
|
});
|
||||||
|
// 获取最新分组列表
|
||||||
|
this.getGroupList();
|
||||||
},
|
},
|
||||||
// 取消按钮
|
// 取消按钮
|
||||||
cancel() {
|
cancel() {
|
||||||
|
|||||||
Reference in New Issue
Block a user