refactor: 将枚举和常量从utils移动到constants
This commit is contained in:
@@ -18,7 +18,7 @@ import {
|
||||
BpmNodeTypeEnum,
|
||||
BpmTaskStatusEnum,
|
||||
ProcessVariableEnum,
|
||||
} from '@vben/utils';
|
||||
} from '@vben/constants';
|
||||
|
||||
import {
|
||||
ApproveMethodType,
|
||||
|
||||
Reference in New Issue
Block a user