|
@@ -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) {
|