diff --git a/Web/src/components/Common/ReasonGroupList.vue b/Web/src/components/Common/ReasonGroupList.vue index b84b712..a9d2f5e 100644 --- a/Web/src/components/Common/ReasonGroupList.vue +++ b/Web/src/components/Common/ReasonGroupList.vue @@ -197,8 +197,8 @@ import { ref, computed, watch, onBeforeUnmount } from 'vue' import { showToast, showSuccessToast, showLoadingToast, closeToast, showConfirmDialog } from 'vant' import { getReasonGroups, batchUpdateByReason, getTransactionList } from '@/api/transactionRecord' import ClassifySelector from './ClassifySelector.vue' -import BillListComponent from './Bill/BillListComponent.vue' -import TransactionDetail from './TransactionDetail.vue' +import BillListComponent from '@/components/Bill/BillListComponent.vue' +import TransactionDetail from '@/components/Transaction/TransactionDetail.vue' import PopupContainerV2 from './PopupContainerV2.vue' const props = defineProps({