车间能级提升-智能设备管理系统
朱桂飞
2025-02-14 9518ee94bf232c771edd97e2c6a00ba5d7f18242
1
2
3
4
5
6
7
8
9
10
import { mitt } from '@vben/utils';
 
/**
 * dictType: string
 */
type Events = {
  rowClick: string;
};
 
export const emitter = mitt<Events>();