Commit 54066bce authored by youjie's avatar youjie

no message

parent f73c8708
...@@ -307,6 +307,7 @@ ...@@ -307,6 +307,7 @@
this.GetList = this.collectList; this.GetList = this.collectList;
}else if (t==2){ }else if (t==2){
this.GetList = this.payList; this.GetList = this.payList;
console.log(this.payList,this.templateID,'--------')
}else if (t==3) { }else if (t==3) {
this.GetList = this.GZList; this.GetList = this.GZList;
} }
...@@ -327,7 +328,13 @@ ...@@ -327,7 +328,13 @@
y.showYes = true y.showYes = true
newList.push(JSON.parse(JSON.stringify(y))) newList.push(JSON.parse(JSON.stringify(y)))
} else { } else {
y.showYes = false if(!this.$route.query.noTypeCost){
y.showYes = true
newList.push(JSON.parse(JSON.stringify(y)))
}else{
y.showYes = false
}
} }
}) })
}) })
...@@ -380,6 +387,7 @@ ...@@ -380,6 +387,7 @@
// } // }
x.bigShow = true x.bigShow = true
x.showYes = true x.showYes = true
if(x.Type==1){ if(x.Type==1){
this.collectList.push(x); this.collectList.push(x);
}else if (x.Type==2){ }else if (x.Type==2){
...@@ -399,14 +407,15 @@ ...@@ -399,14 +407,15 @@
this.ZRList.push(x); this.ZRList.push(x);
} }
}); });
this.GetList = this.collectList;
if(this.GetList.length<1){
this.noData = true;
}
if(this.$route.query.Type){
this.tabData(this.$route.query.Type);
}
} }
this.GetList = this.collectList;
if(this.GetList.length<1){
this.noData = true;
}
if(this.$route.query.Type){
this.tabData(this.$route.query.Type);
}
}else{ }else{
this.$message.error(res.data.message) this.$message.error(res.data.message)
} }
......
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