Lijy 4 meses atrás
pai
commit
13d7d12ffe

+ 0 - 2
fhKeeper/formulahousekeeper/customerBuler-crm/src/pages/team/index.vue

@@ -471,8 +471,6 @@ async function personnelModalConfirm(data: any, modelType: string) {
 function createDepartment(formEl: FormInstance | undefined) {
 function createDepartment(formEl: FormInstance | undefined) {
   if (!formEl) return
   if (!formEl) return
   let data = getFromValue(deptForm)
   let data = getFromValue(deptForm)
-  console.log(data, '<==== 对应的数据')
-  return
   loadingFrom.deptDialogVisibleLoading = true
   loadingFrom.deptDialogVisibleLoading = true
   post(GET_ADDDEPT, { ...deptForm, otherManagerIds: data.otherManagerIds && data.otherManagerIds.join(',') }).then(res => {
   post(GET_ADDDEPT, { ...deptForm, otherManagerIds: data.otherManagerIds && data.otherManagerIds.join(',') }).then(res => {
     if (res.code != 'ok') {
     if (res.code != 'ok') {