更新
This commit is contained in:
@ -66,7 +66,7 @@
|
||||
@changeNo="changeNo"
|
||||
@changeSize="changeSize"
|
||||
:tableHeight="pageData.tableHeight"
|
||||
:pageConfigerR="{ ...pageData.pageConfigerR, total: pageData.total }"
|
||||
:pageConfiger="{ ...pageData.pageConfigerR }"
|
||||
/>
|
||||
</div>
|
||||
</div>
|
||||
@ -158,8 +158,8 @@ const pageData = reactive({
|
||||
showSelectType: null,
|
||||
loading: false
|
||||
},
|
||||
total: 0,
|
||||
pageConfigerR: {
|
||||
total: 0,
|
||||
pageSize: 20,
|
||||
pageCurrent: 1
|
||||
}, //分页
|
||||
@ -210,6 +210,7 @@ const getjxListR = () => {
|
||||
pageData.tableConfigerR.loading = true;
|
||||
qcckGet(queryFromR.value,'/mosty-gsxt/qbcj/selectPage').then((res)=>{
|
||||
pageData.tableDataR = res.records || [];
|
||||
pageData.pageConfigerR.total = res.total;
|
||||
pageData.tableConfigerR.loading = false;
|
||||
}).catch(()=>{
|
||||
pageData.tableConfigerR.loading = false;
|
||||
|
||||
Reference in New Issue
Block a user