Compare commits

..

2 Commits

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