wangzhihui 4 anni fa
parent
commit
1b7040189c
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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",