|
@@ -407,7 +407,8 @@
|
|
|
</c:forEach>
|
|
|
|
|
|
if (imageList.length > 0) {
|
|
|
- $('#contentTableProduct').show();
|
|
|
+ $('.productData').show();
|
|
|
+ $('#contentTable').show();
|
|
|
batchSaveSort();
|
|
|
}
|
|
|
|
|
@@ -590,7 +591,7 @@
|
|
|
imageList.splice(index, 1);
|
|
|
insertHtmlProduct(imageList);
|
|
|
if (imageList.length == 0) {
|
|
|
- $('#contentTableProduct').hide();
|
|
|
+ $('#contentTable').hide();
|
|
|
$("#del").attr("disabled", "disabled");
|
|
|
}
|
|
|
});
|
|
@@ -619,7 +620,7 @@
|
|
|
imageList.splice(thisIndex, 1);
|
|
|
insertHtmlProduct(imageList);
|
|
|
if (imageList.length == 0) {
|
|
|
- $('#contentTableProduct').hide();
|
|
|
+ $('#contentTable').hide();
|
|
|
$("#del").attr("disabled", "disabled");
|
|
|
}
|
|
|
});
|