Pre Merge pull request !1 from eonie/fix-code-gen-edit

This commit is contained in:
eonie 2024-04-02 02:55:05 +00:00 committed by Gitee
commit 8509751945
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>