Commit fc3b00ee authored by 华国豪's avatar 华国豪 :rolling_eyes:

1

parent 51d79f33
...@@ -945,6 +945,8 @@ ...@@ -945,6 +945,8 @@
}, },
//跳转用款计划 //跳转用款计划
goUrlYongKuan(path, obj, outItem, title){ goUrlYongKuan(path, obj, outItem, title){
console.log(obj, outItem)
return
this.$router.push({ this.$router.push({
name: path, name: path,
query: { query: {
...@@ -954,7 +956,7 @@ ...@@ -954,7 +956,7 @@
OutBranchId:obj.OutBranchId, OutBranchId:obj.OutBranchId,
blank: 'y', blank: 'y',
tab: title, tab: title,
lineId: outItem.LineId lineId: outItem.PriceCommonList[0].LineId
} }
}) })
}, },
......
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