Compare commits

..

No commits in common. "579085a18652f3322c648edfad671c335b19c65e" and "bad27bcf171a132294701d5c2dc08cc984ca1be1" have entirely different histories.

View File

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