store get_info fixbug: select brand page
This commit is contained in:
@@ -309,12 +309,13 @@
|
||||
}
|
||||
});
|
||||
data = {
|
||||
//page: that.brandsThPage,
|
||||
page: that.brandsThPage,
|
||||
//ids: that.sys_type_id == 1 ? that.info.brandIds : that.info.bizIds,
|
||||
};
|
||||
$.post('/common/brands', data, function (json) {
|
||||
var brandsList = json.data.itemsList;
|
||||
that.brandsPage = json.data.itemsPage;
|
||||
that.brandsThPage = json.data.itemsPage.page;
|
||||
brandsList.map(function (_item, _index) {
|
||||
brandsList[_index]['money'] = 0.00
|
||||
for (var index in that.selectedBrands) {
|
||||
|
||||
Reference in New Issue
Block a user