解决字典导入问题
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment