dyjh 6 anni fa
parent
commit
f58e5ffb97
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      resources/views/admin/album/product/edit.blade.php

+ 1 - 1
resources/views/admin/album/product/edit.blade.php

xqd
@@ -218,7 +218,7 @@
     function getLevelSecondCategory(){
         var first = $('#data_parent_id').val();
         $.ajax({
-            url: "{{ U('User/Product/getSecondCategory') }}",
+            url: "{{ U('Album/Product/getSecondCategory') }}",
             method: 'POST',
             data: {
                 'cat_id':first,