【代码评审】IoT:物模型的管理

This commit is contained in:
YunaiV
2025-01-28 22:24:14 +08:00
parent fec0753d9b
commit 9581ecd7c7
12 changed files with 28 additions and 6 deletions

View File

@@ -1,3 +1,4 @@
<!-- 产品的物模型表单eventservice 项里的参数 -->
<template>
<div
v-for="(item, index) in thingModelParams"
@@ -84,6 +85,7 @@ const openParamForm = (val: any) => {
}
}
}
/** 删除 param 项 */
const deleteParamItem = (index: number) => {
thingModelParams.value.splice(index, 1)