|
@@ -72,6 +72,7 @@ var productList = new Vue({
|
|
var _self = this;
|
|
var _self = this;
|
|
$.getJSON(spiServer+"/search/query/product", {
|
|
$.getJSON(spiServer+"/search/query/product", {
|
|
keyword: this.params.keyword,
|
|
keyword: this.params.keyword,
|
|
|
|
+ identity: GLOBAL_USER_IDENTITY,
|
|
pageSize: this.params.size,
|
|
pageSize: this.params.size,
|
|
pageNum: this.params.num,
|
|
pageNum: this.params.num,
|
|
sortField: this.params.sortField,
|
|
sortField: this.params.sortField,
|
|
@@ -138,6 +139,7 @@ var productList = new Vue({
|
|
var _self = this;
|
|
var _self = this;
|
|
$.getJSON(spiServer+"/search/query/product/"+ path ,{
|
|
$.getJSON(spiServer+"/search/query/product/"+ path ,{
|
|
id: categoryId,
|
|
id: categoryId,
|
|
|
|
+ identity: GLOBAL_USER_IDENTITY,
|
|
pageSize: this.params.size,
|
|
pageSize: this.params.size,
|
|
pageNum: this.params.num,
|
|
pageNum: this.params.num,
|
|
sortField: this.params.sortField,
|
|
sortField: this.params.sortField,
|