74845575 by lihua

解决字典导入问题

1 parent ca2f05de
......@@ -451,7 +451,7 @@ const dialogBtnClick = (btn, info) => {
// dialogInfo.value.footer.btns.map((item: any) => item.disabled = true)
if (dialogInfo.value.type == 'upload') {
if (tabsActiveName.value == 'dictionary') {
importData({ dictionaryGuid: dictionaryGuid.value })
importData({ bizGuid: dictionaryGuid.value })
} else {
importData(info)
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!