From f9c3225307c2c65e40e22800d38a3468b2081aae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Tue, 24 Oct 2023 18:37:53 +0800 Subject: [PATCH] =?UTF-8?q?hotfix/2.9.42309.01-=E4=B8=AA=E7=A8=8E=20?= =?UTF-8?q?=E4=B8=AA=E7=A8=8E=E7=94=B3=E6=8A=A5=E8=A1=A8=E9=94=99=E8=AF=AF?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E8=AF=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../pages/declareDetail/components/taxDeclarationInfo.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js index 7eb10703..bf09f80f 100644 --- a/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js +++ b/pc4mobx/hrmSalary/pages/declareDetail/components/taxDeclarationInfo.js @@ -62,7 +62,7 @@ class TaxDeclarationInfo extends Component { {declareInfo[item["key"]]} { - (item["key"] === "declareStatusDesc" && declareInfo["declareErrorMsg"]) && + (item["key"] === "declareStatusDesc" && declareInfo["displayIcon"]) &&