diff --git a/src/main/resources/templates/admin/project_list.ftl b/src/main/resources/templates/admin/project_list.ftl index 459b648..a36f5cc 100644 --- a/src/main/resources/templates/admin/project_list.ftl +++ b/src/main/resources/templates/admin/project_list.ftl @@ -1919,6 +1919,7 @@ $("#modalStage").val(data.data.stage); $("#modalStage option[value='"+data.data.stage+"']").attr("selected","selected"); $("#stageRemark").val(data.data.stageRemark); + $("#nextPlan").val(data.data.nextPlan); } }); $("#stageProjectId").val(id);