--- src/main/webapp/js/web/addr/init.js
+++ src/main/webapp/js/web/addr/init.js
... | ... | @@ -161,9 +161,7 @@ |
| 161 | 161 |
console.log(titleIndex) |
| 162 | 162 |
if(titleIndex != 0){
|
| 163 | 163 |
$('.tableExcel .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
| 164 |
- console.log("d")
|
|
| 165 | 164 |
}else{
|
| 166 |
- console.log("a")
|
|
| 167 | 165 |
$('.tableExcel .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
| 168 | 166 |
} |
| 169 | 167 |
}); |
... | ... | @@ -186,9 +184,7 @@ |
| 186 | 184 |
console.log(titleIndex) |
| 187 | 185 |
if(titleIndex != 0){
|
| 188 | 186 |
$('.tableClip .select_adr_hd>div').eq(titleIndex).css('width', column._column.width);
|
| 189 |
- console.log("d")
|
|
| 190 | 187 |
}else{
|
| 191 |
- console.log("a")
|
|
| 192 | 188 |
$('.tableClip .select_adr_hd>div').eq(0).css('width', column._column.width + 40);
|
| 193 | 189 |
} |
| 194 | 190 |
}); |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?