| 
					
				 | 
			
			
				@@ -86,15 +86,12 @@ import pageSearch from '@/components/components/pageSearch.vue'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import detailConfig from './config/detail.config'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import pageDetail from './components/detail.vue'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { changeInventoryStatus } from '@/api/notificationInfoManage/mattersmanage'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { categoryOnm, bj_notification_type, bj_lssuing_unit } from '@/plugins/dictData'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import useSystemStore from '@/store/main'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { outTypeList, outDeptTree } from '@/libs/commonMeth'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { TreeOptions } from '@/types/global'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-// 通报事项类别	bj_category_onm 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const bj_lssuing_unit = outTypeList('bj_lssuing_unit'); //发出单位 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const bj_notification_type = outTypeList('bj_notification_type'); //通报类型 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-const bj_category_onm = outTypeList('bj_category_onm'); //通报事项类别 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 const bj_nl_released_status = outTypeList('bj_nl_released_status'); //通报事项清单发布状态 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // 使用pinia数据 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -186,7 +183,7 @@ async function searchItem() { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			item.options = bj_notification_type; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (item.prop === 'conm') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			item.options = bj_category_onm; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			item.options = categoryOnm; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		if (item.prop === 'releaseStatus') { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			item.options = bj_nl_released_status; 
			 |