store get_info fixbug: select brand page

This commit is contained in:
qianhy
2023-02-17 14:01:51 +08:00
parent 6a52a680bc
commit fdc1332319
+2 -1
View File
@@ -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) {