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,8 +328,14 @@ ...@@ -327,8 +328,14 @@
y.showYes = true y.showYes = true
newList.push(JSON.parse(JSON.stringify(y))) newList.push(JSON.parse(JSON.stringify(y)))
} else { } else {
if(!this.$route.query.noTypeCost){
y.showYes = true
newList.push(JSON.parse(JSON.stringify(y)))
}else{
y.showYes = false y.showYes = false
} }
}
}) })
}) })
this.GetList = newList; this.GetList = newList;
...@@ -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,7 +407,6 @@ ...@@ -399,7 +407,6 @@
this.ZRList.push(x); this.ZRList.push(x);
} }
}); });
}
this.GetList = this.collectList; this.GetList = this.collectList;
if(this.GetList.length<1){ if(this.GetList.length<1){
this.noData = true; this.noData = true;
...@@ -407,6 +414,8 @@ ...@@ -407,6 +414,8 @@
if(this.$route.query.Type){ if(this.$route.query.Type){
this.tabData(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