ソースを参照

hiiden 组件 type 为 null 问题

xaboy 6 年 前
コミット
58ba0b7bfb
2 ファイル変更2 行追加2 行削除
  1. 1 1
      src/UI/Elm/Components/Hidden.php
  2. 1 1
      src/UI/Iview/Components/Hidden.php

+ 1 - 1
src/UI/Elm/Components/Hidden.php

@@ -39,7 +39,7 @@ class Hidden extends FormComponent
     public function build()
     {
         return [
-            'type' => $this->name,
+            'type' => $this->type,
             'field' => $this->field,
             'value' => $this->value
         ];

+ 1 - 1
src/UI/Iview/Components/Hidden.php

@@ -39,7 +39,7 @@ class Hidden extends FormComponent
     public function build()
     {
         return [
-            'type' => $this->name,
+            'type' => $this->type,
             'field' => $this->field,
             'value' => $this->value
         ];