4891baaf by lihua

解决字典导入问题

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