...
|
...
|
@@ -105,7 +105,7 @@ |
|
|
|
|
|
});
|
|
|
|
|
|
function doSelectCategory() {
|
|
|
/* function doSelectCategory() {
|
|
|
var selectedCategoriesId = $('#js-categories-id-input').val();
|
|
|
openIframeLayer("{:url('AdminCategory/select')}?ids=" + selectedCategoriesId, '请选择分类', {
|
|
|
area: ['700px', '400px'],
|
...
|
...
|
@@ -125,7 +125,7 @@ |
|
|
layer.close(index); //如果设定了yes回调,需进行手工关闭
|
|
|
}
|
|
|
});
|
|
|
}
|
|
|
}*/
|
|
|
</script>
|
|
|
</body>
|
|
|
</html> |
|
|
\ No newline at end of file |
...
|
...
|
|