Commit 85fd12f9 authored by shirlyn.guo's avatar shirlyn.guo 👌🏻

chore: 在弹窗内删除所有记忆变量保存后记忆下拉列表不显示记忆变量项

parent e39e8f18
......@@ -109,7 +109,9 @@ function handleMemoryVariableFormSave() {
const isAllValid = results.every((result) => result)
if (isAllValid) {
personalAppConfigStore.commConfig.variableStructure = memoryVariableTable.value
personalAppConfigStore.commConfig.variableStructure = memoryVariableTable.value.length
? memoryVariableTable.value
: null
handleMemoryPreviewModalClose(true)
window.$message.success(t('common_module.save_success_message'))
} else {
......
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