gaoluyang
2026-05-28 e607a4d8e14aa32e691889479d939a08b1de77e6
src/api/officeProcessAutomation/approvalTemplate.js
@@ -4,11 +4,6 @@
export const TEMPLATE_TYPE_BUILTIN = 0;
export const TEMPLATE_TYPE_CUSTOM = 1;
export const TEMPLATE_TYPE_OPTIONS = [
  { value: TEMPLATE_TYPE_BUILTIN, label: "系统内置" },
  { value: TEMPLATE_TYPE_CUSTOM, label: "自定义" },
];
/** 查询所有审批模板 */
export function listApprovalTemplate(type) {
  return request({