Commit 1bb1842c authored by xinzhedeai's avatar xinzhedeai

add : 访客路由传参人员id

parent f34812d0
......@@ -358,7 +358,7 @@ export default {
handleHistory(row) {
// 跳转到李麒麟页面
// window.open("http://192.168.2.54:9529/personnel/track");
getGuijiRouter(row.visitorCardId).then((response) => {
getGuijiRouter(row.personId).then((response) => {
// this.$modal.msgSuccess("正在跳转,请稍等");
});
},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment