Browse Source

权限bug修改

yangc 8 years ago
parent
commit
4f32bb943d

+ 0 - 1
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_account_management_ctrl.js

@@ -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', '提示', '用户删除成功。');