<기능개선>

1. PMS NO : 6840
2. (주요)작업내용 
(1) BO/Controllers/croomController.cs
 - 엑셀 다운 관련 수정(엑셀 다운요청시 새로고침되는 현상)
This commit is contained in:
jity7777 2022-10-07 01:08:30 +00:00
parent 07e5422ed2
commit 1b03a14fe9
1 changed files with 1 additions and 1 deletions

View File

@ -744,7 +744,7 @@ namespace NP.BO.Controllers
vm.excellog.userno = SUserInfo.UserNo;
vm.excellog.userip = GetUserIP();
}
if(searchGo == "T")
if(searchGo == "T" || vm.isexceldown == 1)
{
switch (vm.tabidx)
{