caipin 5 년 전
부모
커밋
52b095983c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      views/cloud/curing.html

+ 1 - 1
views/cloud/curing.html

@@ -157,7 +157,7 @@
                                             <td>
                                             <span class="badge badge-primary">
                                             <% compilationList.forEach(function(compilation) { %>
-                                            	<% for(var i=1;i<=curingList.upgrade_list.length;i++){ %>
+                                            	<% for(var i=1;i<=curing.upgrade_list.length;i++){ %>
                                             		<% if( compilation._id == curingList.upgrade_list[i].compilationID) {  %>
 	                                        		<%= compilation.name %>
 	                                        		<% }; %>