chore: 🔨 移除注释

This commit is contained in:
ray
2024-10-10 00:00:16 +08:00
parent 049b0b7ef4
commit 35087707a9
3 changed files with 9 additions and 14 deletions

View File

@@ -316,9 +316,14 @@ function handleDelete(id?: number) {
// 打开字典数据
function handleOpenDictData(row: DictPageVO) {
router.push({
name: "DictData",
query: { dictCode: row.dictCode, dictName: row.name },
path: "/system/dict-data",
query: { dictCode: row.dictCode, title: "【" + row.name + "】字典数据" },
});
/* router.push({
name: "DictData",
params: { dictCode: row.dictCode, title: "【" + row.name + "】字典数据" },
}); */
}
onMounted(() => {