Commit 134d7614 by LJM

PDD端按容器上架后未更新列表

parent f34f8fe8
Showing with 3 additions and 0 deletions
......@@ -286,6 +286,9 @@ export default {
if (res.code === 0) {
this.list = res.data.list;
this.info = res.data.info;
} else {
this.list = [];
this.info = {};
}
});
},
......
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