Merge remote-tracking branch 'yudao/dev' into dev

This commit is contained in:
jason
2026-01-21 23:28:00 +08:00
32 changed files with 909 additions and 362 deletions

View File

@@ -464,8 +464,6 @@ function handleRenameSuccess() {
>
<div class="flex h-12 items-center">
<!-- 头部分类名 -->
<!-- 2拖动后直接请求排序不用有个保存排序模型分类和排序分类里的模型交互有点不同哈
@芋艿 好像 yudao-ui-admin-vue3 交互也是这样的需要改吗? -->
<div class="flex items-center">
<Tooltip v-if="isCategorySorting" title="拖动排序">
<!-- drag-handle 标识可以拖动不能删掉 -->

View File

@@ -168,10 +168,6 @@ async function initProcessInfo(row: any, formVariables?: any) {
await router.push({
path: row.formCustomCreatePath,
});
// 返回选择流程
// 这里为啥要有个 cancel 事件哈?目前看 vue3 + element-plus 貌似不需要呀;
// @芋艿 不加貌似会有点问题。
emit('cancel');
}
}