删除一个多余的方法
This commit is contained in:
@@ -284,14 +284,6 @@
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
$('#btnSetFunctions').click(function () {
|
|
||||||
var currentRow = $("#tableData").datagrid("getSelected");
|
|
||||||
if (currentRow == null) {
|
|
||||||
$.messager.alert('提示',"请选择一条数据再操作!",'warning');
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
this.href = "/pages/manage/roleFunctions.html?id=" + currentRow.id;
|
|
||||||
});
|
|
||||||
//查询父级商品类别
|
//查询父级商品类别
|
||||||
$("#lookForSelectMaterialCategory").on("click", function () {
|
$("#lookForSelectMaterialCategory").on("click", function () {
|
||||||
$('#forSelectMaterialCategoryDlg').dialog({
|
$('#forSelectMaterialCategoryDlg').dialog({
|
||||||
|
|||||||
Reference in New Issue
Block a user