$scope.$watch('custArea', function(newValue, oldValue) {
angular.forEach(newValue, function(item, key) {
if($scope.custArea.indexOf("") > -){
// $scope.toastWarn("已选择*所有省市,其他值不可选");
$scope.custArea =[""];
}else{}
});
}, true);
$scope.$watch('custArea', function(newValue, oldValue) {
angular.forEach(newValue, function(item, key) {
if($scope.custArea.indexOf("") > -){
// $scope.toastWarn("已选择*所有省市,其他值不可选");
$scope.custArea =[""];
}else{}
});
}, true);