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)