dyjh 6 年 前
コミット
d03c07a2bc
1 ファイル変更1 行追加1 行削除
  1. 1 1
      resources/views/admin/album/product/price/index.blade.php

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

xqd
@@ -143,7 +143,7 @@
     function getLevelSecondCategory(){
         var first = $('#data_parent_id').val();
         if (first == 0) {
-            level.changeData([{'id':0,'name':'请先选择一级类目'}]);
+            level.changeData([{'id':-1,'name':'全部'}]);
             return;
 		}
         $.ajax({