|
|
@@ -196,7 +196,7 @@ onBeforeMount(async () => {
|
|
|
if (id.value) {
|
|
|
formInline.agreement = id.value;
|
|
|
}
|
|
|
- findpage();//列表数据
|
|
|
+ findpage(['2086712663311503360']);//列表数据
|
|
|
getDeptTree();
|
|
|
agreement();
|
|
|
initCompany();
|
|
|
@@ -322,7 +322,6 @@ function findpage(newCostIds = []) {
|
|
|
if (res.code == '200') {
|
|
|
tableData.value = res.data.records;
|
|
|
pageInfo.value.pageNum = res.data.current;
|
|
|
- pageInfo.value.pageSize = res.data.size;
|
|
|
pageInfo.value.total = res.data.total;
|
|
|
}
|
|
|
});
|