|
@@ -523,6 +523,7 @@ class Whlabelfz extends Start_Controller
|
|
|
|
|
|
|
|
private function _bqpladd(){
|
|
private function _bqpladd(){
|
|
|
$params = $this->input->post('data',true);
|
|
$params = $this->input->post('data',true);
|
|
|
|
|
+ $params = json_decode($params,true);
|
|
|
foreach($params as $k => $v){
|
|
foreach($params as $k => $v){
|
|
|
$r = $this->_transferForm($v['0']);
|
|
$r = $this->_transferForm($v['0']);
|
|
|
}
|
|
}
|