Pre Merge pull request !1 from yan xiaonan/master

pull/1/MERGE
yan xiaonan 2023-02-14 06:29:23 +00:00 committed by Gitee
commit 2e668448eb
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 0 deletions

View File

@ -197,6 +197,11 @@ const setDialogTile = (type: string) => {
dialogVisible.value = true
}
// dictTypeValueform
watch(dictTypeValue, (val) => {
unref(typeFormRef)?.setValues({ type: val })
})
//
const submitTypeForm = async () => {
const elForm = unref(typeFormRef)?.getElFormRef()