Hu Jie 7 лет назад
Родитель
Сommit
c9c94f8a8e
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      src/main/webapp/resources/js/index/app.js

+ 2 - 1
src/main/webapp/resources/js/index/app.js

@@ -24083,7 +24083,8 @@ define(['toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
                 toaster.pop('error', '请至少选择一条采购明细')
             } else {
                 change.save({}, $scope.change, function (data) {
-
+                    window.location.hash = "/purc/change/" + data.id;
+                    toaster.pop('success', '采购变更单保存成功');
                 }, function(res) {
 
                 });