Commit a93b2b65 authored by zhengxiuming's avatar zhengxiuming

equipment_id

parent 904b4efc
...@@ -169,7 +169,7 @@ ...@@ -169,7 +169,7 @@
jumpPhpPage(url, id) { jumpPhpPage(url, id) {
let link = url ? `${php}${url}` : php; let link = url ? `${php}${url}` : php;
if(id){ if(id){
link = window.location.origin + `/uni/pages/installment/installmentinfo?id=218`; link = window.location.origin + `/uni/pages/installment/installmentinfo?id=${id}`;
} }
window.location.href = link; window.location.href = link;
}, },
......
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