fix: 【BPM 工作流】修复流程表单操作列宽,消除控制台警告
This commit is contained in:
@@ -17,7 +17,7 @@ defineOptions({ name: 'BpmFormEditor' });
|
||||
|
||||
const props = defineProps<{
|
||||
copyId?: number | string;
|
||||
id?: number;
|
||||
id?: number | string;
|
||||
type: 'copy' | 'create' | 'edit';
|
||||
}>();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user