feat:修改入库界面添加商品跳转

This commit is contained in:
lixiaolong 2026-05-19 10:53:30 +08:00
parent bb9af44c94
commit f0626dd5d0

View File

@ -173,7 +173,7 @@ const clickQuery = () => {
loadAll(); loadAll();
}; };
const goCreateItem = () => { const goCreateItem = () => {
const data = proxy.$router.resolve({path: '/system/itemManage2', query: {openDrawer: true}}) const data = proxy.$router.resolve({path: '/basic/item/', query: {openDrawer: true}})
window.open(data.href, '_blank') window.open(data.href, '_blank')
} }
// props // props