【代码优化】IOT: 产品物模型代码评审问题优化
This commit is contained in:
@ -111,8 +111,9 @@ import {
|
||||
import { ThinkModelProperty } from '@/api/iot/thinkmodel'
|
||||
import { isEmpty } from '@/utils/is'
|
||||
|
||||
/** 物模型数据 */
|
||||
defineOptions({ name: 'IoTProductThinkModelDataSpecs' })
|
||||
/** IoT 物模型数据 */
|
||||
defineOptions({ name: 'ThinkModelDataSpecs' })
|
||||
|
||||
const props = defineProps<{ modelValue: any }>()
|
||||
const emits = defineEmits(['update:modelValue'])
|
||||
const property = useVModel(props, 'modelValue', emits) as Ref<ThinkModelProperty>
|
||||
|
||||
Reference in New Issue
Block a user