发布v2.7.1版本
This commit is contained in:
@@ -110,5 +110,17 @@ class mode_flowelementClassAction extends inputAction{
|
||||
}
|
||||
return $farrs;
|
||||
}
|
||||
|
||||
public function modewhereAjax()
|
||||
{
|
||||
$modeid = (int)$this->get('modeid','0');
|
||||
|
||||
$rows = m('flow_where')->getall("`setid`=".$modeid." AND ifnull(`num`,'')<>''", 'num,name','`sort` asc');
|
||||
$farr = m('flow_element')->getall("`mid`=".$modeid." and `iszb`=0", 'fields,name','`sort` asc');
|
||||
return array(
|
||||
'wheredata'=>$rows,
|
||||
'fieldsarr'=> $farr
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user