diff --git a/app/customer/view/index/add.html b/app/customer/view/index/add.html index 8c31047..d46a7bd 100644 --- a/app/customer/view/index/add.html +++ b/app/customer/view/index/add.html @@ -45,16 +45,13 @@ 归属员工* -
- -
-
部门:{$userinfo.department}
+ 归属部门 - + 共享员工 @@ -145,7 +142,7 @@ $('[name="belong_uid"]').val(ids); $('[name="belong_name"]').val(names); $('[name="belong_did"]').val(dids); - $('#department_name').html(departments); + $('#department_name').val(departments); } }); });