Merge pull request 'master' (#827) from master into prod

Reviewed-on: http://git.feashow.cn/clay/mosr-web/pulls/827
This commit is contained in:
2024-10-11 07:26:52 +00:00

View File

@@ -187,7 +187,11 @@ const tableConfig = reactive({
},
],
api: '/workflow/mosr/expense/ledger',
params: {}
params: {},
export:{
open :true,
fileName:`科技创新项目费用台账.xlsx`
}
})
const search = (val) => {
tableConfig.params = {...val}