Commit ff61f631 authored by 华国豪's avatar 华国豪 🙄

领队用款跳转新增调用接口查id

parent 7a8ee98e
......@@ -927,10 +927,14 @@ export default {
}
},
jumpPlanPage(path, id){
this.apipost('dmcstatistics_post_GetTCIDsByOneTCID', {TCID: id}, res=>{
if(res.data.resultCode==1){
this.$router.push({
name: path,
query: { id: id, isUpdate: false, blank: 'y'}
query: { id: res.data.data.TCIDs, isUpdate: false, blank: 'y'}
})
}
}, null)
},
jumpPage(path,id,type){
if(type==1){
......
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