src/views/salesManagement/salesLedger/index.vue
@@ -307,7 +307,7 @@ import useUserStore from '@/store/modules/user' import {userListNoPage} from "@/api/system/user.js"; import { ledgerList, ledgerListPage, productList, customerList, addOrUpdateSalesLedger, @@ -411,9 +411,9 @@ } const getList = () => { tableLoading.value = true ledgerList({...searchForm.value, ...page}).then(res => { ledgerListPage({...searchForm.value, ...page}).then(res => { tableLoading.value = false tableData.value = res.rows tableData.value = res.records tableData.value.map(item => { item.children = [] })