|
|
@@ -2555,7 +2555,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
if (chooseResult.length > 0) {
|
|
|
$scope.loading = true;
|
|
|
- AccountUser[urlSaveData]({uu: uuData}, chooseResult, function (data) {
|
|
|
+ AccountUser[urlSaveData](params, chooseResult, function (data) {
|
|
|
$scope.loading = false;
|
|
|
toaster.pop('success', '提示', '保存成功');
|
|
|
$modalInstance.close(false);
|
|
|
@@ -2687,7 +2687,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
if (chooseResult.length > 0) {
|
|
|
$scope.loading = true;
|
|
|
- AccountUser[urlSaveData]({uu: uuData}, chooseResult, function (data) {
|
|
|
+ AccountUser[urlSaveData](params, chooseResult, function (data) {
|
|
|
$scope.loading = false;
|
|
|
toaster.pop('success', '提示', '保存成功');
|
|
|
$modalInstance.close(false);
|