Browse Source

권한에 따른 탭숨김 처리

SH 2 weeks ago
parent
commit
7e99c2d0fe
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/main/webapp/ux/cw/cw0804/CW08040001U.xml

+ 1 - 2
src/main/webapp/ux/cw/cw0804/CW08040001U.xml

@@ -242,8 +242,7 @@
         if (scwin.master == "Y") {
         if (scwin.master == "Y") {
         	tab.showTab( 2 );
         	tab.showTab( 2 );
         } else {
         } else {
-        	tab.showTab( 2 );
-        	//tab.hideTab( 2 );
+        	tab.hideTab( 2 );
         }
         }
     };
     };