diff --git a/static/app.js b/static/app.js index 2babf91..d9cc581 100644 --- a/static/app.js +++ b/static/app.js @@ -435,6 +435,8 @@ function renderProducts() { } function renderFinance() { + const pfs = state.data.projectFinances || []; + const ops = state.data.operations || []; const fmTypesByTenant = { "科普·无界": ["科普音频","科普视频","科普文章","全品类科普"], "科研·无界": ["真实世界研究","调研问卷","病例征集","患者招募"],