应该是删除按钮里的js写错了。我之前做过类似的功能,肯定能删除数据的
var sql = "sql(\"ZZMA\",\"delete from table where xx='"+参数+"'and xx='"+参数+"' and xx ='"+参数+"' and xx='"+参数+"'\",1)";
//FR.remoteEvaluate(sql);
FR.Msg.confirm("警告","确定要删除吗?",function(value){
if(value){
FR.remoteEvaluate(sql);
}else{
return false;
}
})