feat:修改入库界面添加商品跳转
This commit is contained in:
parent
bb9af44c94
commit
f0626dd5d0
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user