fix: 修复typescript一些编译报错

This commit is contained in:
郝先瑞
2022-01-21 00:26:24 +08:00
parent 9e15f53869
commit bcade4177e
11 changed files with 36 additions and 29 deletions

View File

@@ -206,7 +206,8 @@ const state = reactive({
icon: '',
sort: 1,
component: 'Layout',
path: undefined
path: undefined,
redirect:''
},
rules: {
parentId: [
@@ -356,7 +357,8 @@ function resetForm() {
icon: '',
sort: 1,
component: 'Layout',
path: undefined
path: undefined,
redirect:''
}
}