!2 遇到多个问题并修改

Merge pull request !2 from 毕梅/master
This commit is contained in:
芋道源码
2023-03-01 00:47:39 +00:00
committed by Gitee
10 changed files with 17 additions and 7 deletions

View File

@ -179,6 +179,7 @@ const tableTypeSelect = ref(false)
const cellClickEvent: VxeTableEvents.CellClick = async ({ row }) => {
tableTypeSelect.value = true
queryParams.dictType = row['type']
await nextTick()
await dataGetList()
parentType.value = row['type']
}