【代码完善】IOT: 确保 ThingModel 中 dataSpecs 和 dataSpecsList 之中必须传入且只能传入一个

This commit is contained in:
puhui999
2024-12-25 17:12:16 +08:00
parent 4569491012
commit 9bd96a3d63
3 changed files with 12 additions and 3 deletions

View File

@@ -111,7 +111,7 @@ const submitForm = async () => {
!!data.property.dataSpecs && Object.keys(data.property.dataSpecs).length > 1
? data.property.dataSpecs
: undefined,
dataSpecsList: data.property.dataSpecsList
dataSpecsList: isEmpty(data.property.dataSpecsList) ? undefined : data.property.dataSpecsList
}
// 查找是否已有相同 identifier 的项