Commit 536d76e4 authored by 邓春圆's avatar 邓春圆

只关闭选择空运模板弹窗 不关闭商品弹窗

parent 4fdf2745
......@@ -241,7 +241,7 @@
<el-button @click="cancel">{{$t('取消')}}</el-button>
</div>
</el-dialog>
<el-dialog :visible.sync="visible" >
<el-dialog :visible.sync="visible" @close="()=>{open = true}" >
<product-dialog @copyLine="copyLine"></product-dialog>
</el-dialog>
</div>
......
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