Commit fa114759 by 肖康

x

parent 63e600b5
...@@ -288,6 +288,7 @@ ...@@ -288,6 +288,7 @@
if (value == '19930209460053411') { if (value == '19930209460053411') {
bk = this.smaple_class_id bk = this.smaple_class_id
} }
this.this.searchVal=""
this.$store.dispatch({ this.$store.dispatch({
type: "ziYingIndex", type: "ziYingIndex",
params: { params: {
...@@ -310,8 +311,10 @@ ...@@ -310,8 +311,10 @@
Toast("搜索字符范围为3-50个字符") Toast("搜索字符范围为3-50个字符")
return return
} }
this.value1='19930209460053411'
this.p=1
let params = { let params = {
p: 1 p: this.p
} }
if (this.searchVal) { if (this.searchVal) {
params['goods_name/like'] = this.searchVal params['goods_name/like'] = this.searchVal
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment