Authored by huangyCode

上报修改

... ... @@ -78,7 +78,7 @@ export default {
},
searchGoods: function() {
this.addLocalWord();
this.yasInput({type: 0, index: 0});
this.yasInput({type: 0, index: 0, query: this.query});
this.$router.push({
name: 'List',
query: {
... ... @@ -94,6 +94,7 @@ export default {
let query = parameters.query;
this.addLocalWord(query);
param.query = query;
this.yasInput(param);
this.$router.push({
name: 'List',
... ... @@ -136,7 +137,7 @@ export default {
params: {
param: {
SEARCH_POS: this.SEARCH_POS,
KEYWORD: this.query,
KEYWORD: param.query,
POS_ID: param.type,
TYPE_ID: 1,
FLR_INDEX: param.index + 1,
... ...