Quellcode durchsuchen

Merge remote-tracking branch 'origin/release-201815-liusw' into release-201815-liusw

yujia vor 7 Jahren
Ursprung
Commit
35618290c4

+ 1 - 1
src/main/webapp/resources/js/admin/controllers/AuditRegulpicListCtrl.js

@@ -264,7 +264,7 @@ define([ 'app/app' ], function(app) {
       $scope.item.spec = $scope.spec !== '' ? $scope.spec : $scope.item.product.spec
       toaster.pop('success', '提示',  '已提交,请稍等');
       StoreAdminListInformation.auditSuccess({}, $scope.item, function(data) {
-        if (data.success) {
+        if (data.success || data.code === 4) {
           $modalInstance.close(data);
         } else {
           $scope.item.kindId = ''