Showing
1 changed file
with
3 additions
and
3 deletions
@@ -52,9 +52,9 @@ var g = new common.grid({ | @@ -52,9 +52,9 @@ var g = new common.grid({ | ||
52 | var studentPriceValScope = $("#studentPriceValScope").val(); | 52 | var studentPriceValScope = $("#studentPriceValScope").val(); |
53 | return { | 53 | return { |
54 | product_skn: common.util.__input("skn"), | 54 | product_skn: common.util.__input("skn"), |
55 | - max_sort_id: tabTree.select[0] ? tabTree.select[0].id : "", | ||
56 | - middle_sort_id: tabTree.select[1] ? tabTree.select[1].id : "", | ||
57 | - small_sort_id: tabTree.select[2] ? tabTree.select[2].id : "", | 55 | + max_sort_id: tabTree.selected[0] ? tabTree.selected[0].id : "", |
56 | + middle_sort_id: tabTree.selected[1] ? tabTree.selected[1].id : "", | ||
57 | + small_sort_id: tabTree.selected[2] ? tabTree.selected[2].id : "", | ||
58 | shop_id: common.util.__input("shop"), | 58 | shop_id: common.util.__input("shop"), |
59 | brand_id: common.util.__input("brand"), | 59 | brand_id: common.util.__input("brand"), |
60 | studentPriceValScope: studentPriceValScope | 60 | studentPriceValScope: studentPriceValScope |
-
Please register or login to post a comment