Commit a31e02e2 by 李少勇

修改弹框不关闭问题

parent 0327e78b
<template>
<div>
<el-dialog v-if="visible" v-dialogDrag :visible="visible" :modal-append-to-body="false" :close-on-click-modal="false"
title="新增" destroy-on-close width="50%">
title="新增" destroy-on-close width="50%" @close="visible = false">
<div>
<el-upload
action="/webapi/frontend/fxdsdb/upload"
......
<template>
<div>
<el-dialog v-if="visible" v-dialogDrag :visible="visible" :modal-append-to-body="false" :close-on-click-modal="false"
title="新增" destroy-on-close width="50%">
title="新增" destroy-on-close width="50%" @close="visible = false">
<div>
<el-upload
action="/webapi/frontend/fxdsdb/upload"
......
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