兰宝车间质量管理系统-前端
疯狂的狮子Li
2024-04-09 70120a8f2fe8f604dd40ad482de6daed97b84888
src/api/workflow/definitionConfig/index.ts
@@ -36,3 +36,15 @@
    method: 'delete'
  });
};
/**
 * 查询流程定义配置排除当前查询的流程定义
 * @param tableName
 * @param tableName
 */
export const getByTableNameNotDefId = (tableName: string,definitionId: string ) => {
  return request({
    url: `/workflow/definitionConfig/getByTableNameNotDefId/${tableName}/${definitionId}`,
    method: 'get'
  });
};