!1 代码生成模块的编辑功能编辑问题修复

Merge pull request !1 from eonie/fix-code-gen-edit
This commit is contained in:
数据小王子 2024-04-04 02:49:35 +00:00 committed by Gitee
commit d3e71c0855
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -182,7 +182,7 @@ const close = () => {
proxy?.$tab.closeOpenPage(obj);
};
(async () => {
onActivated(async ()=>{
const tableId = route.params && (route.params.tableId as string);
if (tableId) {
//
@ -194,5 +194,5 @@ const close = () => {
const response = await getDictOptionselect();
dictOptions.value = response.data;
}
})();
});
</script>