From 4911f24d400b80f724184758554a79b8c0ac1d98 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 17 Jun 2026 13:13:27 +0800 Subject: [PATCH] =?UTF-8?q?v3.1.4=20=E2=80=94=20=E4=BF=AE=E5=A4=8Dpfs?= =?UTF-8?q?=E5=8F=98=E9=87=8F=E4=B8=A2=E5=A4=B1=E5=AF=BC=E8=87=B4=E5=8A=A0?= =?UTF-8?q?=E8=BD=BD=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/app.js | 2 ++ 1 file changed, 2 insertions(+) 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 = { "科普·无界": ["科普音频","科普视频","科普文章","全品类科普"], "科研·无界": ["真实世界研究","调研问卷","病例征集","患者招募"],