mirror of
https://github.com/kerwincui/FastBee.git
synced 2025-10-16 05:00:37 +08:00
修复bug
This commit is contained in:
@@ -163,7 +163,7 @@ import {
|
|||||||
} from "@/api/iot/device";
|
} from "@/api/iot/device";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "device-edit",
|
name: "DeviceEdit",
|
||||||
dicts: ['iot_device_status'],
|
dicts: ['iot_device_status'],
|
||||||
components: {
|
components: {
|
||||||
deviceLog,
|
deviceLog,
|
||||||
|
@@ -132,7 +132,7 @@ import {
|
|||||||
} from "@/api/iot/product";
|
} from "@/api/iot/product";
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: "Product-edit",
|
name: "ProductEdit",
|
||||||
dicts: ['iot_device_type', 'iot_network_method', 'iot_vertificate_method'],
|
dicts: ['iot_device_type', 'iot_network_method', 'iot_vertificate_method'],
|
||||||
components: {
|
components: {
|
||||||
productThingsModel,
|
productThingsModel,
|
||||||
|
Reference in New Issue
Block a user