wupengfei 2 years ago
parent
commit
3149faa7a8
1 changed files with 0 additions and 1 deletions
  1. 0 1
      application/nutrition/controller/SeriesDatum.php

+ 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)