Commit 40ef749f authored by 徐一鸣's avatar 徐一鸣

apassDialog弹窗组件优化

parent e0919d59
......@@ -44,7 +44,7 @@ export default {
},
title: {
type: String,
default: () => "",
default: () => "提示",
},
msg: {
type: String,
......
......@@ -32,11 +32,9 @@
<apass-dialog
ref="dialog"
title="提示"
msg="确认删除该组织吗?"
@submit="dialogSubmit"
>
</apass-dialog>
></apass-dialog>
</div>
</template>
......
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