部署列表

This commit is contained in:
cxc
2022-12-20 17:27:12 +08:00
parent 9b33e7e846
commit 750f66aaf4
6 changed files with 49 additions and 45 deletions

View File

@ -526,7 +526,7 @@ const submitForm = () => {
drawingList.value = [];
idGlobal.value = 100;
open.value = false;
//TODO: 关闭当前标签页并返回上个页面
// 关闭当前标签页并返回上个页面
tab.closeOpenPage();
router.back();
}