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