fix: 修复重定向错误

This commit is contained in:
kailong321200875
2022-08-20 10:22:58 +08:00
parent 816eba39f1
commit 89d03fd067
3 changed files with 7 additions and 2 deletions

View File

@@ -157,6 +157,7 @@ const AddAction = () => {
dialogTitle.value = t('exampleDemo.add')
tableObject.currentRow = null
dialogVisible.value = true
actionType.value = ''
}
const delLoading = ref(false)