mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-16 06:16:46 +08:00
讲师费用管理,页面跳转,刷新页面
This commit is contained in:
@@ -577,6 +577,8 @@ export default {
|
||||
expenseBillList(objA)
|
||||
.then((res) => {
|
||||
tableData.value = res.data.data.records
|
||||
const getTableDate = (obj) => {
|
||||
console.log("getTableDate list 数据",tableData.value )
|
||||
state.tableDataTotal = Number(res.data.data.total);
|
||||
state.tableLoading = false
|
||||
}).catch(err => {
|
||||
|
||||
Reference in New Issue
Block a user