|  | @@ -450,7 +450,7 @@ TalentInfoInfoDlg.isSalary = false;
 | 
	
		
			
				|  |  |  TalentInfoInfoDlg.getLayerCatdByLayer = function () {
 | 
	
		
			
				|  |  |      var source = $("#source").val();
 | 
	
		
			
				|  |  |      if (source == "" || typeof source == "undefined") {
 | 
	
		
			
				|  |  | -        layer.alert("请先选择申报来源");
 | 
	
		
			
				|  |  | +        //layer.alert("请先选择申报来源");
 | 
	
		
			
				|  |  |          $("#talent_arrange").val("");
 | 
	
		
			
				|  |  |          return;
 | 
	
		
			
				|  |  |      }
 | 
	
	
		
			
				|  | @@ -534,7 +534,7 @@ TalentInfoInfoDlg.getIdentifyNeedsFileTypes = function () {
 | 
	
		
			
				|  |  |      }
 | 
	
		
			
				|  |  |      var source = $("#source").val();
 | 
	
		
			
				|  |  |      if (source == "" || typeof source == "undefined") {
 | 
	
		
			
				|  |  | -        layer.alert("请先选择申报来源");
 | 
	
		
			
				|  |  | +        //layer.alert("请先选择申报来源");
 | 
	
		
			
				|  |  |          $("#talent_condition").val("");
 | 
	
		
			
				|  |  |          $("#talent_condition").trigger('chosen:updated');
 | 
	
		
			
				|  |  |          return;
 | 
	
	
		
			
				|  | @@ -1349,9 +1349,11 @@ $(function () {
 | 
	
		
			
				|  |  |      $("#fujian_highcert_pubtime").val($("#fujian_highcert_pubtime").attr("value"));
 | 
	
		
			
				|  |  |      $("#fujian_highcert_exptime").val($("#fujian_highcert_exptime").attr("value"));
 | 
	
		
			
				|  |  |      $("#talent_arrange").val($("#talent_arrange").attr("value"));
 | 
	
		
			
				|  |  | -    TalentInfoInfoDlg.getLayerCatdByLayer();
 | 
	
		
			
				|  |  | -    $("#talent_arrange_category").val($("#talent_arrange_category").attr("value"));
 | 
	
		
			
				|  |  | -    TalentInfoInfoDlg.getIdentifyCondition();
 | 
	
		
			
				|  |  | +    if ($("#source").val() != "") {
 | 
	
		
			
				|  |  | +        TalentInfoInfoDlg.getLayerCatdByLayer();
 | 
	
		
			
				|  |  | +        $("#talent_arrange_category").val($("#talent_arrange_category").attr("value"));
 | 
	
		
			
				|  |  | +        TalentInfoInfoDlg.getIdentifyCondition();
 | 
	
		
			
				|  |  | +    }
 | 
	
		
			
				|  |  |      TalentInfoInfoDlg.validId();
 | 
	
		
			
				|  |  |      $("#photo").change(function (e) {
 | 
	
		
			
				|  |  |          var tag = e.target;
 |