feat: [bpm][antd] todo 修改
This commit is contained in:
@@ -464,7 +464,8 @@ function handleRenameSuccess() {
|
|||||||
>
|
>
|
||||||
<div class="flex h-12 items-center">
|
<div class="flex h-12 items-center">
|
||||||
<!-- 头部:分类名 -->
|
<!-- 头部:分类名 -->
|
||||||
<!-- TODO @jason:2)拖动后,直接请求排序,不用有个【保存】;排序模型分类,和排序分类里的模型,交互有点不同哈。@芋艿 好像 yudao-ui-admin-vue3 交互也是这样的,需要改吗? -->
|
<!-- 2)拖动后,直接请求排序,不用有个【保存】;排序模型分类,和排序分类里的模型,交互有点不同哈。
|
||||||
|
@芋艿 好像 yudao-ui-admin-vue3 交互也是这样的,需要改吗? -->
|
||||||
<div class="flex items-center">
|
<div class="flex items-center">
|
||||||
<Tooltip v-if="isCategorySorting" title="拖动排序">
|
<Tooltip v-if="isCategorySorting" title="拖动排序">
|
||||||
<!-- drag-handle 标识可以拖动,不能删掉 -->
|
<!-- drag-handle 标识可以拖动,不能删掉 -->
|
||||||
|
|||||||
@@ -169,7 +169,8 @@ async function initProcessInfo(row: any, formVariables?: any) {
|
|||||||
path: row.formCustomCreatePath,
|
path: row.formCustomCreatePath,
|
||||||
});
|
});
|
||||||
// 返回选择流程
|
// 返回选择流程
|
||||||
// TODO @jason:这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀;
|
// 这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀;
|
||||||
|
// @芋艿 不加貌似会有点问题。
|
||||||
emit('cancel');
|
emit('cancel');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user