* Add hasComment param for edit view.

This commit is contained in:
daitingting
2023-08-25 03:36:13 +00:00
parent 751e4f9ffb
commit 12e3e84975
2 changed files with 6 additions and 4 deletions
+2 -1
View File
@@ -143,7 +143,7 @@ detailBody
editor
(
set::name('comment'),
set::rows(5)
set::rows(5),
)
)
),
@@ -152,6 +152,7 @@ detailBody
set::actions($actions),
set::users($users),
set::methodName($methodName),
set::hasComment(false),
),
detailSide
(