|
|
@@ -1223,6 +1223,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
InvitationRecord.invite({formStore: data}, {}, function(data) {
|
|
|
if(data.success) {
|
|
|
toaster.pop('success', '提示', data.success);
|
|
|
+ $scope.tableParams.reload();
|
|
|
}
|
|
|
if(data.error) {
|
|
|
toaster.pop('error', '提示', data.error);
|
|
|
@@ -15550,6 +15551,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
InvitationRecord.invite({formStore: data}, {}, function(data) {
|
|
|
if(data.success) {
|
|
|
toaster.pop('success', '提示', data.success);
|
|
|
+ $scope.tableParams.reload();
|
|
|
}
|
|
|
if(data.error) {
|
|
|
toaster.pop('error', '提示', data.error);
|