fix
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
:transactions="dateTransactions"
|
||||
:loading="listLoading"
|
||||
:finished="true"
|
||||
:show-delete="false"
|
||||
:show-delete="true"
|
||||
@click="viewDetail"
|
||||
/>
|
||||
</PopupContainer>
|
||||
@@ -120,7 +120,7 @@ const fetchDateTransactions = async (date) => {
|
||||
.data
|
||||
.sort((a, b) => b.amount - a.amount);
|
||||
// 重置智能分类按钮
|
||||
smartClassifyButtonRef.value.reset()
|
||||
smartClassifyButtonRef.value?.reset()
|
||||
} else {
|
||||
dateTransactions.value = [];
|
||||
showToast(response.message || "获取交易列表失败");
|
||||
|
||||
Reference in New Issue
Block a user