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