...
|
...
|
@@ -45,13 +45,13 @@ |
|
|
brandCombobox.myCombobox({
|
|
|
editable: false,
|
|
|
valueField : "value",
|
|
|
textField : "value",
|
|
|
textField : "text",
|
|
|
required:false,
|
|
|
prompt: "选择品牌",
|
|
|
url : contextPath + "/UnionRebateRest/queryAllBrandList",
|
|
|
panelHeight:200,
|
|
|
loadFilter: function (data) {
|
|
|
return defaultLoadFilter(data);
|
|
|
return data;
|
|
|
}
|
|
|
});
|
|
|
|
...
|
...
|
|