实现了服务的增删改查、设备增加

This commit is contained in:
Yu Sun
2022-08-12 13:55:31 +08:00
parent d4385e6471
commit 59f5a646c6
10 changed files with 547 additions and 11 deletions

View File

@@ -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,