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