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