Commit e3b86293bdf992537058a0a1e570650b5115611e
1 parent
b94535e1
修改重名的对象id
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/static/pages/oil/checkJyryList.html
| ... | ... | @@ -110,7 +110,7 @@ |
| 110 | 110 | </div> |
| 111 | 111 | </div> |
| 112 | 112 | |
| 113 | -<script id="check_list_temp" type="text/html"> | |
| 113 | +<script id="check_list_temp_jsy" type="text/html"> | |
| 114 | 114 | {{each list as obj i}} |
| 115 | 115 | <tr> |
| 116 | 116 | <td style="vertical-align: middle;"> |
| ... | ... | @@ -318,7 +318,7 @@ $(function(){ |
| 318 | 318 | $.each(data.dataList, function(i, obj) { |
| 319 | 319 | obj.yyrq = moment(obj.yyrq).format("YYYY-MM-DD"); |
| 320 | 320 | }); |
| 321 | - var bodyHtm = template('check_list_temp', {list: data.dataList}); | |
| 321 | + var bodyHtm = template('check_list_temp_jsy', {list: data.dataList}); | |
| 322 | 322 | $('#datatable_check tbody').html(bodyHtm); |
| 323 | 323 | iCheckChange(); |
| 324 | 324 | if(pagination && data.dataList.length > 0){ | ... | ... |