Authored by xuhongyun

build

... ... @@ -116,7 +116,8 @@ webpackJsonp([43],[
pageSkn = [];
g.init("/goods/netsale/getList");
$("#tab").val(activeTab);
refreshHelper.inputFocusHelper("tab", activeTab);
window.location.href = window.location.href.replace(/tab=\d/, 'tab=' + activeTab);
},
columns: [{
name: "0",
... ...
... ... @@ -21495,6 +21495,19 @@
}
/**
* 强制刷新缓存中的值
*/
toast.prototype.inputFocusHelper = function (id, value) {
util.__setInput(id, value);
this.cache[id] = value;
return this.cache[id];
}
/**
* 支持Select筛选项
* @param eles_id
*/
... ...