唐耀东
2022-07-16 60fcb8ac2127b0c0263f653efa7df14bc2bd7d34
src/api/oa/ipc.js
@@ -42,3 +42,10 @@
    method: 'delete'
  })
}
// 复制上一条ipc
export function getCopyIpc() {
  return request({
    url: '/oa/ipc/copy',
    method: 'get'
  })
}