|
|
@@ -2598,7 +2598,6 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
|
|
|
$scope.similarCode = data || [];
|
|
|
$scope.setShowSimilarCodeList(data && data.length, index);
|
|
|
}, function (error) {
|
|
|
- toaster.pop('error', '系统错误');
|
|
|
})
|
|
|
}
|
|
|
}
|
|
|
@@ -2608,7 +2607,6 @@ define([ 'app/app', 'jquery-uploadify' ], function(app) {
|
|
|
$scope.similarBrand = data || [];
|
|
|
$scope.setShowSimilarBrandList(data && data.length, index);
|
|
|
}, function (error) {
|
|
|
- toaster.pop('error', '系统错误');
|
|
|
})
|
|
|
}
|
|
|
}
|