Compare commits
No commits in common. "579085a18652f3322c648edfad671c335b19c65e" and "bad27bcf171a132294701d5c2dc08cc984ca1be1" have entirely different histories.
579085a186
...
bad27bcf17
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user