Commit 4cb277ef by 刘泽奇

123

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