mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-11-04 20:28:44 +08:00 
			
		
		
		
	fix: type warn
This commit is contained in:
		@@ -11,7 +11,7 @@ const { t } = useI18n()
 | 
				
			|||||||
const { push } = useRouter()
 | 
					const { push } = useRouter()
 | 
				
			||||||
const { query } = useRoute()
 | 
					const { query } = useRoute()
 | 
				
			||||||
const tableCurrentRow = ref<CodegenTableVO>()
 | 
					const tableCurrentRow = ref<CodegenTableVO>()
 | 
				
			||||||
const cloumCurrentRow = ref<CodegenColumnVO[]>()
 | 
					const cloumCurrentRow = ref<CodegenColumnVO[]>([])
 | 
				
			||||||
const getList = async () => {
 | 
					const getList = async () => {
 | 
				
			||||||
  const id = query.id as unknown as number
 | 
					  const id = query.id as unknown as number
 | 
				
			||||||
  if (id) {
 | 
					  if (id) {
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user