fix: #I9CWNS 前端缓存导致代码生成功能只能修改一次
This commit is contained in:
parent
a859ba4778
commit
4baabd03c8
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user