Commit f783f159 by caoyanzhi

update: 修复自提点回显bug

parent 88c9fd1b
...@@ -106,6 +106,7 @@ export default { ...@@ -106,6 +106,7 @@ export default {
}, },
mounted() { mounted() {
this.selectLeftList = this.selectData; this.selectLeftList = this.selectData;
this.getRightList();
this.getList(); this.getList();
}, },
methods: { methods: {
......
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