Commit fe299d36 authored by 罗超's avatar 罗超

修改BUG

parent 9c009ebc
...@@ -1133,6 +1133,7 @@ ...@@ -1133,6 +1133,7 @@
}, },
//获取是否显示公司章 //获取是否显示公司章
getShow(ID) { getShow(ID) {
console.log(ID,'ID')
if (ID != null && ID != undefined) { if (ID != null && ID != undefined) {
let msg = { let msg = {
ID: ID ID: ID
...@@ -1607,7 +1608,7 @@ ...@@ -1607,7 +1608,7 @@
this.msg.guestId = this.$route.query.guestId; this.msg.guestId = this.$route.query.guestId;
let TID = this.$route.query.ID; let TID = this.$route.query.ID;
this.getList(); this.getList();
this.getShow(this.TID); this.getShow(TID);
this.GetTrip(0, this.msg.TCID); this.GetTrip(0, this.msg.TCID);
} }
}; };
......
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