* Add hidden input to productplan-create.

This commit is contained in:
zhouxin
2023-06-08 14:27:04 +08:00
parent d39856ca64
commit 165ea46c8a
+7 -1
View File
@@ -119,7 +119,13 @@ formPanel
set::name("desc"),
set::label($lang->story->spec),
set::control("editor")
)
),
formGroup
(
set::name("product"),
set::control('hidden'),
set::value($product->id),
),
);
render();