wupengfei 2 년 전
부모
커밋
3149faa7a8
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  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)