|
|
@@ -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();
|