update
This commit is contained in:
@@ -295,7 +295,7 @@ var roleGrid = $("#roleGrid").dataGrid({
|
|||||||
<% } %>
|
<% } %>
|
||||||
$("#inputForm").validate({
|
$("#inputForm").validate({
|
||||||
submitHandler: function(form){
|
submitHandler: function(form){
|
||||||
<% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { // 获取选中角色 %>
|
<% if(hasPermi('sys:empUser:authRole') && (op == 'add' || op == 'auth')) { %>
|
||||||
$("#userRoleString").val(roleGrid.dataGrid('getSelectRows').join(','));
|
$("#userRoleString").val(roleGrid.dataGrid('getSelectRows').join(','));
|
||||||
<% } %>
|
<% } %>
|
||||||
var empNo = $('#employee_empNo').val();
|
var empNo = $('#employee_empNo').val();
|
||||||
|
|||||||
Reference in New Issue
Block a user