|
|
@@ -1345,7 +1345,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
modalInstance.result.then(function (data) {
|
|
|
InvitationRecord.invite({formStore: data}, {}, function (data) {
|
|
|
if (data.success) {
|
|
|
- toaster.pop('success', '提示', data.success);
|
|
|
+ // toaster.pop('success', '提示', data.success);
|
|
|
}
|
|
|
if (data.error) {
|
|
|
toaster.pop('error', '提示', data.error);
|
|
|
@@ -21088,7 +21088,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
modalInstance.result.then(function (data) {
|
|
|
InvitationRecord.invite({formStore: data}, {}, function (data) {
|
|
|
if (data.success) {
|
|
|
- toaster.pop('success', '提示', data.success);
|
|
|
+ // toaster.pop('success', '提示', data.success);
|
|
|
$scope.tableParams.reload();
|
|
|
}
|
|
|
if (data.error) {
|
|
|
@@ -21489,7 +21489,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
modalInstance.result.then(function (data) {
|
|
|
InvitationRecord.invite({formStore: data}, {}, function (data) {
|
|
|
if (data.success) {
|
|
|
- toaster.pop('success', '提示', data.success);
|
|
|
+ // toaster.pop('success', '提示', data.success);
|
|
|
$scope.tableParams.reload();
|
|
|
}
|
|
|
if (data.error) {
|