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

apassDialog弹窗组件优化

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