wupengfei 2 yıl önce
ebeveyn
işleme
3149faa7a8

+ 0 - 1
application/nutrition/controller/SeriesDatum.php

@@ -160,7 +160,6 @@ class SeriesDatum extends Controller
     {
         $this->title = '添加资料';
         $this->type = input('get.type',2);
-        $this->_form($this->table, 'form');
         if($this->request->isGet()) {
             $id = input('get.id');
             $datum_info = DatumIntro::where('id',$id)