mirror of
https://github.com/yudaocode/yudao-ui-admin-vue3.git
synced 2026-04-27 22:28:39 +00:00
【代码评审】IoT:物模型的管理
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
<!-- 产品的物模型表单(event、service 项里的参数) -->
|
||||
<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)
|
||||
|
||||
Reference in New Issue
Block a user