【功能新增】工作流:流程模型增加批量修改 sort 交互
This commit is contained in:
@ -188,7 +188,7 @@ const handleCategorySortCancel = () => {
|
||||
isCategorySorting.value = false
|
||||
}
|
||||
|
||||
/** 保存排序 */
|
||||
/** 分类排序的保存 */
|
||||
const handleCategorySortSubmit = async () => {
|
||||
// 保存排序
|
||||
const ids = categoryGroup.value.map((item: any) => item.id)
|
||||
|
||||
Reference in New Issue
Block a user