修复bug

This commit is contained in:
kerwincui
2022-04-16 20:38:37 +08:00
parent 2abaae21b0
commit a8ab4bf2e2
2 changed files with 2 additions and 2 deletions

View File

@@ -163,7 +163,7 @@ import {
} from "@/api/iot/device";
export default {
name: "device-edit",
name: "DeviceEdit",
dicts: ['iot_device_status'],
components: {
deviceLog,

View File

@@ -132,7 +132,7 @@ import {
} from "@/api/iot/product";
export default {
name: "Product-edit",
name: "ProductEdit",
dicts: ['iot_device_type', 'iot_network_method', 'iot_vertificate_method'],
components: {
productThingsModel,