|
|
@@ -5730,7 +5730,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
|
|
|
modalInstance.result.then(function (data) {
|
|
|
- toaster.pop('success', '报价成功');
|
|
|
$scope.tableParams.reload();
|
|
|
}, function () {
|
|
|
|
|
|
@@ -5776,7 +5775,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
|
|
|
modalInstance.result.then(function (data) {
|
|
|
- toaster.pop('success', '报价成功');
|
|
|
$scope.tableParams.reload();
|
|
|
}, function () {
|
|
|
|
|
|
@@ -6019,8 +6017,7 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
|
|
|
modalInstance.result.then(function () {
|
|
|
- toaster.pop('success', '报价成功');
|
|
|
- window.location.reload();
|
|
|
+ loadData();
|
|
|
}, function () {
|
|
|
|
|
|
});
|
|
|
@@ -24318,7 +24315,6 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
});
|
|
|
|
|
|
modalInstance.result.then(function (data) {
|
|
|
- toaster.pop('success', '报价成功');
|
|
|
$scope.tableParams.reload();
|
|
|
}, function () {
|
|
|
|