mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-11 03:46:45 +08:00
导出处理2
This commit is contained in:
@@ -571,7 +571,6 @@ export default {
|
||||
let objA = { ...state.searchParam };
|
||||
objA.beginTime = state.searchdate ? dayjs(state.searchdate[0]).format("YYYY-MM-DD") : "",
|
||||
objA.endTime = state.searchdate ? dayjs(state.searchdate[1]).format("YYYY-MM-DD") : "",
|
||||
delete objA.searchdate
|
||||
expenseBillList(objA)
|
||||
.then((res) => {
|
||||
tableData.value = res.data.data.records
|
||||
|
||||
Reference in New Issue
Block a user