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