This commit is contained in:
zc
2026-04-09 16:46:36 +08:00
parent 947a8a27d3
commit d34a501df9
3 changed files with 3 additions and 4 deletions

View File

@@ -168,7 +168,6 @@ const onUpdate = async (id: string) => {
await getMaterialTypeSelect()
}
Object.assign(form, data)
form.lightLevel = data.lightLevel ? JSON.stringify(data.lightLevel) : ''
visible.value = true
}