wupengfei 2 năm trước cách đây
mục cha
commit
3149faa7a8
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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)