|  | @@ -611,11 +611,13 @@ export default {
 | 
	
		
			
				|  |  |          let arr = data.value.personnelType.split(",");
 | 
	
		
			
				|  |  |          personnalType.value = getValue1(arr).join(",");
 | 
	
		
			
				|  |  |          let tissid = data.value.zjzz.id;
 | 
	
		
			
				|  |  | -        if (tissid != "") {
 | 
	
		
			
				|  |  | -          new placePerson().queryId({ id: tissid }).then((res) => {
 | 
	
		
			
				|  |  | -            tissueName.value = res.organizationName;
 | 
	
		
			
				|  |  | -          });
 | 
	
		
			
				|  |  | -        }
 | 
	
		
			
				|  |  | +        new placePerson().religious().then((res) => {
 | 
	
		
			
				|  |  | +            res.records.forEach(item=>{
 | 
	
		
			
				|  |  | +              if(item.id == tissid){
 | 
	
		
			
				|  |  | +                tissueName.value = item.organizationName;
 | 
	
		
			
				|  |  | +              }
 | 
	
		
			
				|  |  | +            })
 | 
	
		
			
				|  |  | +        });
 | 
	
		
			
				|  |  |          activitytext.value = getActivity(data.value.bkcheck);
 | 
	
		
			
				|  |  |          data.value.workPicture.split("|").forEach((item) => {
 | 
	
		
			
				|  |  |            if (item.trim().length > 0) {
 | 
	
	
		
			
				|  | @@ -849,7 +851,7 @@ export default {
 | 
	
		
			
				|  |  |          typeOfEmployees: selectedOptions[0].value,
 | 
	
		
			
				|  |  |        });
 | 
	
		
			
				|  |  |        data.value = json;
 | 
	
		
			
				|  |  | -      typeOfEmployeesName.value = selectedOptions[0].text;
 | 
	
		
			
				|  |  | +      typeOfEmployeesName.value = selectedOptions[0].label;
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |      //籍贯
 | 
	
		
			
				|  |  |      const nativePlace = ref([]);
 | 
	
	
		
			
				|  | @@ -1002,7 +1004,7 @@ export default {
 | 
	
		
			
				|  |  |      let hs_persontype = ref(false);
 | 
	
		
			
				|  |  |      const toggle = (index) => {
 | 
	
		
			
				|  |  |        checkboxRefs.value[index].toggle();
 | 
	
		
			
				|  |  | -      personnalType.value = getValue(checked2.value).join();
 | 
	
		
			
				|  |  | +      personnalType.value = getValue1(checked2.value).join();
 | 
	
		
			
				|  |  |        showZW.value = checked2.value.join();
 | 
	
		
			
				|  |  |      };
 | 
	
		
			
				|  |  |      const changperson = () => {
 |