🐞 fix: 修改票据领用点击父节点右侧列表变化的问题

This commit is contained in:
ycy 2024-04-11 18:04:16 +08:00
parent 2bf79cc724
commit a28eff4ab6
4 changed files with 3 additions and 4 deletions

View File

@ -481,4 +481,3 @@ onMounted(() => {
justify-content: space-between;
}
</style>
@/pages/finance-bill-manage/billCancel

View File

@ -81,7 +81,7 @@
:columns="columns"
:pagination="pagination"
class="table"
:max-height="550"
:height="550"
>
<template #breakNum="{ row }">
{{ `${row.breakNum}` }}

View File

@ -276,11 +276,11 @@ const Quitneck = (value) => {
rowItem.value = value;
};
const onClick = async (context) => {
pageJudge.value = true;
//
if (context.node.value === "t1") {
return;
}
pageJudge.value = true;
loading.value = true;
//
tableData.value = await quitneckList.getQuitneckList(context.node.label);

View File

@ -469,9 +469,9 @@ onMounted(() => {
background-color: @base-white-color;
margin-bottom: 2rem;
.scarch-from {
width: 100%;
height: 60px;
display: flex;
justify-content: space-between;
align-items: center;
}
}