另存后刷新报错处理
This commit is contained in:
parent
8ad2e9116f
commit
cfa3a7bdf1
@ -468,7 +468,7 @@ async function saveAs(name: string) {
|
|||||||
proto: base64,
|
proto: base64,
|
||||||
});
|
});
|
||||||
if (record) {
|
if (record) {
|
||||||
router.replace(`/painting/${record.id}/${record.type}`);
|
router.replace(`/painting/${record.id}/${record.category}`);
|
||||||
}
|
}
|
||||||
successNotify('另存为成功');
|
successNotify('另存为成功');
|
||||||
saveAsDialog.value = false;
|
saveAsDialog.value = false;
|
||||||
|
Loading…
Reference in New Issue
Block a user