* [bug#65639,done,0.2h] fix bug.

This commit is contained in:
sunguangming
2025-10-17 06:55:35 +00:00
parent 1b840df5ab
commit c5d7785eec
+1
View File
@@ -52,6 +52,7 @@ $fields->field('days')
$fields->field('productsBox')->hidden(data('copyProject') && data('copyProject.hasProduct') == 0);
$fields->field('desc')->value(data('copyProject.desc'));
$fields->field('PM')->value(data('copyProject.PM'));
$fields->field('budget')->value(data('copyProject.budget'));