diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index 855ce6f9..ab614001 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -195,7 +195,7 @@ async function loadDeptData() { */ function handleAdd(row: any) { loadDeptData(); - state.formData.id = undefined + state.formData.id=undefined state.formData.parentId = row.id; state.dialog = { title: "添加部门",