This commit is contained in:
Teo
2025-08-09 09:56:49 +08:00
parent bebd4e3a2e
commit b6e4f84570
3 changed files with 2 additions and 3 deletions

View File

@ -142,7 +142,7 @@ const resetQuery = () => {
/** 修改按钮操作 */
const handleUpdate = async (row?: RepertoryVO) => {
proxy?.$tab.openPage('/materials-management/repertoryDetail', '物资清单详情', {
proxy?.$tab.openPage('/materials/repertoryDetail', '物资清单详情', {
id: row.id
});
};