Vanessa 2023-06-03 22:54:30 +08:00
parent 176dd46ef5
commit c343366ff1

View file

@ -32,7 +32,7 @@ const renderDoc = (element: HTMLElement, currentPage: number, id: string) => {
query: id,
page: currentPage,
op: opElement.value,
type: 4
type: 3
}, (response) => {
if (currentPage < response.data.pageCount) {
nextElement.removeAttribute("disabled");