diff --git a/src/views/system/dept/index.vue b/src/views/system/dept/index.vue index b8f0720f..edf23b70 100644 --- a/src/views/system/dept/index.vue +++ b/src/views/system/dept/index.vue @@ -281,7 +281,6 @@ function fnModalVisibleByEdit( Promise.all([getDept(tenantId), listDeptExcludeChild(tenantId)]) .then(resArr => { if (resArr[0].code === RESULT_CODE_SUCCESS && resArr[0].data) { - console.log(resArr[0].data) modalState.from = Object.assign(modalState.from, resArr[0].data); if ( resArr[1].code === RESULT_CODE_SUCCESS &&