【功能新增】工作流:流程模型增加批量修改 sort 交互

This commit is contained in:
YunaiV
2024-11-02 18:11:35 +08:00
parent 77062cb391
commit c3cf479f6f
3 changed files with 26 additions and 11 deletions

View File

@ -188,7 +188,7 @@ const handleCategorySortCancel = () => {
isCategorySorting.value = false
}
/** 保存排序 */
/** 分类排序的保存 */
const handleCategorySortSubmit = async () => {
// 保存排序
const ids = categoryGroup.value.map((item: any) => item.id)