Commit 4cb277ef by 刘泽奇

123

parent a02103c6
...@@ -502,7 +502,6 @@ ...@@ -502,7 +502,6 @@
</el-tooltip> </el-tooltip>
</template> </template>
</el-table-column> </el-table-column>
<el-table-column prop="quantity" label="件数"> <el-table-column prop="quantity" label="件数">
<template slot-scope="scope"> <template slot-scope="scope">
<el-tooltip placement="top" :content="scope.row.quantity" <el-tooltip placement="top" :content="scope.row.quantity"
......
...@@ -696,8 +696,7 @@ ...@@ -696,8 +696,7 @@
getIcbcList(){ getIcbcList(){
if (this.$route.query.channelUserId != "") { if (this.$route.query.channelUserId != "") {
this.indentInfo.pageIndex = this.currentPage; this.indentInfo.pageIndex = this.currentPage;
var obj = this.$root.copyParams(this.icbcIndentInfo, "getOrderList", "/action/tmOrder/springBoard", "yes", "yes"); var obj = this.$root.copyParams(this.icbcIndentInfo, "getOrderInfo", "/action/tmOrder/springBoard", "yes", "yes");
obj.actionBody.channelUserId = '15010929366';
this.$root.loading = true; this.$root.loading = true;
this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(d => { this.$root.postReq("/web/trademark/tmqueryCtl/doPost", obj).then(d => {
this.$root.loading = false; this.$root.loading = false;
......
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