Commit 4a11a4d6 by LJM

bug

parent 2ccbf3a7
Showing with 1 additions and 1 deletions
...@@ -389,7 +389,7 @@ export default { ...@@ -389,7 +389,7 @@ export default {
{page: this.page}, {page: this.page},
{limit: this.limit}, {limit: this.limit},
this.formParam, this.formParam,
{taction_time: this.formParam.date ? this.formParam.date[0] : ''}, {action_time: this.formParam.date ? this.formParam.date[0] : ''},
{end_time: this.formParam.date ? this.formParam.date[1] : ''}) {end_time: this.formParam.date ? this.formParam.date[1] : ''})
this.$http('get', "/api/sku/list", params).then(res => { this.$http('get', "/api/sku/list", params).then(res => {
......
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