实现了服务的增删改查、设备增加
This commit is contained in:
@@ -193,7 +193,7 @@ export default {
|
||||
methods: {
|
||||
async getNodes () {
|
||||
try {
|
||||
const res = await this.$api.QUERY_NODE()
|
||||
const res = await this.$api.QUERY_NODES()
|
||||
this.data = each(res, (o) => (
|
||||
assign(o, {
|
||||
showEditButton: true,
|
||||
|
||||
Reference in New Issue
Block a user