分页记住选择指定列值数据问题修正

This commit is contained in:
RuoYi
2019-09-29 15:53:10 +08:00
parent f600cdf527
commit 81ec67d4ea
3 changed files with 10 additions and 4 deletions

View File

@ -81,7 +81,8 @@
// 选中数据
function checkItem(){
var arrays = $.table.selectColumns("userId");
// var arrays = $.table.selectColumns("userId");
var arrays = $.table.selectColumns("userCode");
alert(arrays);
}
</script>