fix: 智聪健康管理,健康档案,状态bug修复。

This commit is contained in:
tianyongbao
2025-02-21 13:50:13 +08:00
parent c6214e05a3
commit c969e0af87

View File

@@ -279,7 +279,7 @@ function handleState() {
} }
function handleStateConfirm(e) { function handleStateConfirm(e) {
form.value.stateName = e.value[0].dictLabel form.value.stateName = e.value[0].dictLabel
form.value.resource = e.value[0].dictValue form.value.state = e.value[0].dictValue
showState.value = false showState.value = false
} }
function handleStateCancel() { function handleStateCancel() {