|
|
@@ -455,12 +455,7 @@
|
|
|
if(!gagajf.isNull(filterPriceList)){
|
|
|
var custom_values = [];
|
|
|
$.each(filterPriceList, function (priceIdx, priceItem){
|
|
|
- custom_values[priceIdx] = priceItem.FILTER_NM;
|
|
|
- /*custom_values[1] = priceItem.price2;
|
|
|
- custom_values[2] = priceItem.price3;
|
|
|
- custom_values[3] = priceItem.price4;
|
|
|
- custom_values[4] = priceItem.price5;
|
|
|
- custom_values[5] = priceItem.price6;*/
|
|
|
+ custom_values[priceIdx] = priceItem.filterNm;
|
|
|
});
|
|
|
|
|
|
var my_from = custom_values.indexOf(custom_values[0]); //custom_values.indexOf('9,000원');
|