Sfoglia il codice sorgente

客户解除禁用的bug处理

git-svn-id: svn+ssh://10.10.101.21/source/platform/platform-b2b@8198 f3bf4e98-0cf0-11e4-a00c-a99a8b9d557d
hejq 8 anni fa
parent
commit
98812bb778
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/webapp/resources/js/index/app.js

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

@@ -13053,7 +13053,7 @@ define([ 'toaster', 'charts', 'ngTable', 'common/services', 'common/directives',
 		
 		// 解除禁用
 		$scope.activeCust = function(id) {
-			VendorInfo.disableCust({id: id}, {}, function(data) {
+			VendorInfo.activeCust({id: id}, {}, function(data) {
 				toaster.pop('success', '提示', '取消合作关系成功');
 				$scope.customerParams.page(1);
 	  			$scope.customerParams.reload();