@@ -117,7 +117,7 @@ export default {
//排序
async batchUpdateSort(form) {
return HcApi({
- url: '/api/blade-business/fixedFlow/remove',
+ url: '/api/blade-business/task/batchUpdateTaskSort',
method: 'post',
data: {
list: form,
@@ -5,9 +5,7 @@
<HcIcon name="add" />
<span>新建流程</span>
</el-button>
- <hc-tooltip keys="tasks_flow_add">
- <el-button hc-btn type="warning" @click="tableSortClick">排序</el-button>
- </hc-tooltip>
+ <el-button hc-btn type="warning" @click="tableSortClick">排序</el-button>
</template>
<template #extra>
<el-alert :closable="false" title="同一合同段内,只需要设置重复岗位的流程即可,其他任务岗位,系统将自动推送,无需创建更多任务流" type="error" />