我想在大数据导出按钮上 加个判断 店铺不能为空 为空的话会导出失败 请问该怎么写呢
https://help.fanruan.com/finereport/doc-view-2597.html 用这个
https://help.fanruan.com/finereport/doc-view-2597.html?source=4
参考 这段js
需要 什么条件,自己添加。
var dianpu=_g().getParameterContainer().getWidgetByName("店铺控件名称").getValue();
if(dianpu.length==0){
FR.Msg.alert("警告","请选择一个店铺");
}else {
//导出js
}