mirror of
				https://gitee.com/hhyykk/ipms-sjy.git
				synced 2025-10-31 02:08:43 +08:00 
			
		
		
		
	chore: use unplugin i18n
This commit is contained in:
		| @@ -95,9 +95,8 @@ const handleProcessClick = ( | ||||
|   message | ||||
|     .confirm('确认标记为' + type + '?', t('common.reminder')) | ||||
|     .then(async () => { | ||||
|       ApiErrorLogApi.updateApiErrorLogPageApi(row.id, processSttatus).then(() => { | ||||
|         message.success(t('common.updateSuccess')) | ||||
|       }) | ||||
|       await ApiErrorLogApi.updateApiErrorLogPageApi(row.id, processSttatus) | ||||
|       message.success(t('common.updateSuccess')) | ||||
|     }) | ||||
|     .finally(async () => { | ||||
|       // 刷新列表 | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 xingyu
					xingyu