|
|
@@ -198,7 +198,6 @@ define(['app/app'], function (app) {
|
|
|
$scope.removeUser = function (user) {
|
|
|
|
|
|
// if (confirm('确定删除用户(' + user.userName + ')吗?')) {
|
|
|
- //
|
|
|
// }
|
|
|
Enterprise.removeUser({uu: user.userUU}, function () {
|
|
|
toaster.pop('success', '提示', '用户删除成功。');
|