Skip to content

Commit

Permalink
del:content
Browse files Browse the repository at this point in the history
  • Loading branch information
kwr011024 committed Dec 10, 2024
1 parent 5d1c62c commit 9876cf3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "odos-form-kit",
"version": "0.1.6",
"version": "0.1.7",
"private": false,
"type": "module",
"main": "lib/odos-form-kit.umd.js",
Expand Down
1 change: 1 addition & 0 deletions packages/FormKit/src/form-kit.vue
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@ const isShow = (parentId?: number, parentOptionsId?: number[], id?: number) => {
} else {
// 处理二级选项的清除问题
FormValue.value.find((i) => i.questionId == id)!.optionsList = []
FormValue.value.find((i) => i.questionId == id)!.content = ''
return false
}
} else {
Expand Down

0 comments on commit 9876cf3

Please sign in to comment.