Browse Source

处理产品导入弹框bug

hulh 8 years ago
parent
commit
8784dd95c8

+ 0 - 20
src/main/webapp/resources/js/vendor/controllers/forstore/vendor_upload_ctrl.js

@@ -291,26 +291,6 @@ define([ 'app/app' ], function(app) {
             });
         };
 
-        $modal.open({
-            animation : true,
-            templateUrl : 'static/view/common/modal/product_upload_modal.html',
-            controller : 'rule_tip_ctrl',
-            resolve : {
-                type : function() {
-                    return 'upload';
-                },
-                tipModal : function() {
-                    return true;
-                },
-                success : function () {
-                    return true;
-                },
-                uuid: function () {
-                    return $scope.storeUuid;
-                }
-            }
-        });
-
         // 下载模板
         $scope.download = function() {
             var show = SessionService.get($scope.userInfo.userUU + "-releasetip");