var iframeWindow = window['layui-layer-iframe' + index];
var checkStatus = iframeWindow.layui.table.checkStatus('NF-system-selectUser')
checkData = checkStatus.data; //得到選中的數(shù)據(jù)
if (checkData.length === 0) {
return layer.msg('請(qǐng)選擇數(shù)據(jù)');
}
?
?完整代碼塊如下:
?
?
? add: function () {
layer.open({
type: 2
, title: '選擇用戶'
, content: '/System/UserInfor/SelectUser'
, maxmin: true
, area: ['60%', '80%']
, btn: ['確定', '取消']
, btnAlign: 'c'
, skin: "layer-ext-myskin"
, yes: function (index, layero) {
var iframeWindow = window['layui-layer-iframe' + index];
var checkStatus = iframeWindow.layui.table.checkStatus('NF-system-selectUser')
checkData = checkStatus.data; //得到選中的數(shù)據(jù)
if (checkData.length === 0) {
return layer.msg('請(qǐng)選擇數(shù)據(jù)');
}
?}
?
本站僅提供存儲(chǔ)服務(wù),所有內(nèi)容均由用戶發(fā)布,如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請(qǐng)
點(diǎn)擊舉報(bào)。