Commit c72a85d7 authored by nick zheng's avatar nick zheng

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

parent 53c0af9c
...@@ -31,7 +31,7 @@ function handleConfirm() { ...@@ -31,7 +31,7 @@ function handleConfirm() {
} }
function handleShowModal(content: string, title?: string) { function handleShowModal(content: string, title?: string) {
content && (modalOptions.content = content) modalOptions.content = content
title && (modalOptions.title = title) title && (modalOptions.title = title)
isShowModal.value = true 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