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