Explorar o código

修复 分页

wangzhihui %!s(int64=4) %!d(string=hai) anos
pai
achega
1b7040189c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      src/views/voyage/voyageList.vue

+ 1 - 0
src/views/voyage/voyageList.vue

@@ -242,6 +242,7 @@ export default {
       term.value = "";
       if (res.data.status == 0) {
         tableData.value = res.data.result;
+        total.value = res.data.total;
       } else {
         ElNotification({
           type: "error",