fix : 修复需求汇总的征集名称匹配及注释部分log

This commit is contained in:
2024-10-26 21:02:53 +08:00
parent 1a72339ade
commit 49596316f2
9 changed files with 43 additions and 30 deletions

View File

@@ -84,7 +84,6 @@ const getSummaries = (param) => {
// }
const exportExcelHandler = () => {
shareExportExcel(route.query.id).then(res => {
console.log(res)
let fileName = `科技创新项目费用分摊表-${props.allocationName}.zip`
const blob = new Blob([res.data])
let a = document.createElement('a')

View File

@@ -239,7 +239,6 @@ const handleAgreePlan = async () => {
state: true
}
console.log('params', params)
const res = await approvePlan(params)
ElNotification({
title: '提示',