Commit 4986eedb authored by xd's avatar xd

修改

parent 814f69e3
...@@ -36,7 +36,7 @@ export default { ...@@ -36,7 +36,7 @@ export default {
methods: { methods: {
getList() { getList() {
let params = { let params = {
user_id: 'this.userId' user_id: this.userId
} }
getStoreList(params).then(res => { getStoreList(params).then(res => {
console.log(res.data); console.log(res.data);
......
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 to comment