refactor: 删除控制台日志打印
Former-commit-id: b7cae1dd241a532ea395f64c2c24c28891579ece
This commit is contained in:
@@ -172,7 +172,6 @@ function submitForm() {
|
||||
})
|
||||
} else {
|
||||
const parentCategory = state.parent as any
|
||||
console.log('parent', parentCategory)
|
||||
state.formData.parentId = parentCategory.id
|
||||
state.formData.level = parentCategory.level + 1
|
||||
|
||||
|
||||
Reference in New Issue
Block a user