review:【antd/ele】【mall】商城相关的代码

This commit is contained in:
YunaiV
2026-01-18 14:43:49 +08:00
parent ce34e6e1a0
commit 4cc900f542
4 changed files with 3 additions and 19 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');
}
}