Commit 2f8b45dd by 刘泽奇

123

parent 4543f157
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
<div class="jdindentdetail-nav"> <div class="jdindentdetail-nav">
<span>当前位置:</span> <span>当前位置:</span>
<el-breadcrumb separator-class="el-icon-arrow-right"> <el-breadcrumb separator-class="el-icon-arrow-right">
<el-breadcrumb-item :to="{ path: \'/1688/jdindentlist?channelUserId=\' + channelUserId }">交付中心 <el-breadcrumb-item :to="listPath">交付中心
</el-breadcrumb-item> </el-breadcrumb-item>
<el-breadcrumb-item>订单详情</el-breadcrumb-item> <el-breadcrumb-item>订单详情</el-breadcrumb-item>
</el-breadcrumb> </el-breadcrumb>
......
...@@ -316,10 +316,18 @@ ...@@ -316,10 +316,18 @@
info: "", info: "",
show: false, show: false,
}, },
listPath: {
path: '/1688/jdindentlist',
query: {
channelUserId: this.$root.channelUserId,
deliveryOrderNo: this.deliveryOrderNo,
}
}
} }
}, },
mounted: function() { mounted: function() {
var that = this; var that = this;
console.log(this.$route.query.channelUserId, this.deliveryOrderNo, 'ggggggggggggggggggggggggggggggggggg');
var obj = this.$root.copyParams("", "getOssConfig", "/action/tmTools/springBoard"); var obj = this.$root.copyParams("", "getOssConfig", "/action/tmTools/springBoard");
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(function (d) {
that.d["key"] = "key"; that.d["key"] = "key";
......
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