Parcourir la source

管理页面科技管理专责审批检索值传递错误问题

梁世豪 il y a 5 mois
Parent
commit
14eddb757e
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/main/resources/templates/annualbudget/list.html

+ 1 - 1
src/main/resources/templates/annualbudget/list.html

@@ -45,7 +45,7 @@
45 45
                                     <!--<option th:each="item:${approveList}" th:text="${item.name}" th:value="${item.name}"></option>-->
46 46
                                     <option value="未提交">未提交</option>
47 47
                                     <option value="未提交(返回)">未提交(返回)</option>
48
-                                    <option value="科研计划专责审批">科技项目管理专责审批</option>
48
+                                    <option value="科技项目管理专责审批">科技项目管理专责审批</option>
49 49
                                     <option value="审批结束">审批结束</option>
50 50
                                 </select>
51 51
                             </div>