Commit 9baa94dd by yiyu.li

bug

parent efd64148
...@@ -114,7 +114,7 @@ ...@@ -114,7 +114,7 @@
</p> </p>
<Button type="primary" @click="modal = true" <Button type="primary" @click="modal = true"
>储位选择</Button @on-click="getStorages()">储位选择</Button
> >
</div> </div>
<div class="flex"> <div class="flex">
...@@ -482,7 +482,6 @@ export default { ...@@ -482,7 +482,6 @@ export default {
this.orderDetail, this.orderDetail,
obj obj
); );
this.getStorages();
} else { } else {
this.$Message.error(this.$t(res.data, msg)); this.$Message.error(this.$t(res.data, msg));
} }
......
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