Commit 2cbd800c authored by stone's avatar stone

【fix】去除打印条件

parent bc431f19
...@@ -193,6 +193,8 @@ ...@@ -193,6 +193,8 @@
$('PROJECT_MODIFY_ENTRANCE_user_button4').hide(); $('PROJECT_MODIFY_ENTRANCE_user_button4').hide();
}else if("${/model/role_info/record/@role_code}"=="0018"){ }else if("${/model/role_info/record/@role_code}"=="0018"){
var t= document.getElementById('PROJECT_MODIFY_ENTRANCE_user_button3').style.display="none";
t.remove();
$('PROJECT_MODIFY_ENTRANCE_user_button3').hide(); $('PROJECT_MODIFY_ENTRANCE_user_button3').hide();
} }
}) })
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment