git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@9678 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
@@ -5096,7 +5096,8 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
if($stateParams.id)
window.location.reload();
else
- window.location.hash = '#/sale/quotation/' + data.id;
+// window.location.hash = '#/sale/quotation/' + data.id;
+ window.location.hash = '#/sale/quotation/list';
}, function(response){
$scope.loading = false;
toaster.pop('error', '保存失败', response.data);