Commit 2cb9c615 by 刘泽奇

123

parent 9ce956be
...@@ -683,7 +683,7 @@ ...@@ -683,7 +683,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.indentInfo, "getOrderList", "/action/tmOrder/springBoard", "yes", "yes"); var obj = this.$root.copyParams(this.icbcIndentInfo, "getOrderList", "/action/tmOrder/springBoard", "yes", "yes");
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