瀏覽代碼

修复 分页

wangzhihui 4 年之前
父節點
當前提交
1b7040189c
共有 1 個文件被更改,包括 1 次插入0 次删除
  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",