Commit de2b37d8 by Sweet Zhang

解决导入数据时,弹窗无法关闭的问题

parent fc7ce3a7
......@@ -221,6 +221,7 @@
@error="handleImportError"
@confirm="handleImportContacts"
@close="showImportContacts = false"
@cancel="showImportContacts = false"
/>
<!-- 联系人选择弹窗 -->
<ContactSelector
......@@ -229,6 +230,7 @@
@confirm-selection="confirmContactSelection"
@query-change="remoteSearch($event, 'contacts')"
@close="showContactSelector = false"
@cancel="showContactSelector = false"
/>
<!-- 变量选择弹窗 -->
......
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