zs 8 tháng trước cách đây
mục cha
commit
8ad6c2cb83
1 tập tin đã thay đổi với 4 bổ sung1 xóa
  1. 4 1
      src/views/center/company.vue

+ 4 - 1
src/views/center/company.vue

@@ -111,7 +111,10 @@ const search = async () => {
     incubator: incubatorInfo.value.id
   }
   const res = await cirelationStore.list(info)
-  if (res.errcode == '0') list.value = res.data
+  if (res.errcode == '0') {
+    list.value = res.data
+    total.value = res.total
+  }
 }
 const remoteMethod = (query) => {
   if (query) {