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({