Commit 383e4ea2 authored by nick zheng's avatar nick zheng

Merge branch 'beta' into 'master'

fix: 提示弹窗内容为空时残余旧数据

See merge request !26
parents ccff9490 c72a85d7
......@@ -31,7 +31,7 @@ function handleConfirm() {
}
function handleShowModal(content: string, title?: string) {
content && (modalOptions.content = content)
modalOptions.content = content
title && (modalOptions.title = title)
isShowModal.value = true
......
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