|
@@ -5096,7 +5096,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
|
|
|
if($stateParams.id)
|
|
if($stateParams.id)
|
|
|
window.location.reload();
|
|
window.location.reload();
|
|
|
else
|
|
else
|
|
|
- window.location.hash = '#/sale/quotation/' + data.id;
|
|
|
|
|
|
|
+// window.location.hash = '#/sale/quotation/' + data.id;
|
|
|
|
|
+ window.location.hash = '#/sale/quotation/list';
|
|
|
}, function(response){
|
|
}, function(response){
|
|
|
$scope.loading = false;
|
|
$scope.loading = false;
|
|
|
toaster.pop('error', '保存失败', response.data);
|
|
toaster.pop('error', '保存失败', response.data);
|