From 5e51f78ff61bcb17d495fee035317407c97bc9b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=8E=E6=B0=B8=E9=A1=BA?= <971387674@qq.com> Date: Wed, 11 Oct 2023 15:05:24 +0800 Subject: [PATCH] =?UTF-8?q?feature/2.9.42310.01-=E8=96=AA=E8=B5=84?= =?UTF-8?q?=E6=A0=B8=E7=AE=97=E9=A1=B5=E9=9D=A2=E9=87=8D=E6=9E=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pc4mobx/hrmSalary/single.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/pc4mobx/hrmSalary/single.js b/pc4mobx/hrmSalary/single.js index 329e1bea..863c0a8a 100644 --- a/pc4mobx/hrmSalary/single.js +++ b/pc4mobx/hrmSalary/single.js @@ -29,6 +29,13 @@ const Home = props => props.children; class Root extends React.Component { componentWillMount() { + const src = "/spa/hrmSalary/hrmSalaryCalculateDetail/css/iconfont/iconfont.css" + const link = document.createElement("link") + link.setAttribute('rel','stylesheet'); + link.setAttribute('type','text/css'); + link.setAttribute('href',src); + let header = document.getElementById("container") + header.appendChild(link) top.$(".ant-message").remove(); window.location.hash.indexOf("mobilepayroll") === -1 && allStore.taxAgentStore.getPermission(); if (window.location.hash.indexOf("payroll") !== -1) {