分页记住选择指定列值数据问题修正
This commit is contained in:
@ -81,7 +81,8 @@
|
||||
|
||||
// 选中数据
|
||||
function checkItem(){
|
||||
var arrays = $.table.selectColumns("userId");
|
||||
// var arrays = $.table.selectColumns("userId");
|
||||
var arrays = $.table.selectColumns("userCode");
|
||||
alert(arrays);
|
||||
}
|
||||
</script>
|
||||
|
Reference in New Issue
Block a user