<기능개선>
1. PMS NO : 6840 2. (주요)작업내용 (1) BO/Controllers/croomController.cs - 엑셀 다운 관련 수정(엑셀 다운요청시 새로고침되는 현상)
This commit is contained in:
parent
07e5422ed2
commit
1b03a14fe9
|
|
@ -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)
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in New Issue