Commit b1560b2e authored by 黄媛媛's avatar 黄媛媛

update

parent 44053dc5
......@@ -237,14 +237,11 @@ export default {
if(res.data.resultCode==1){
this.LineIDList=res.data.data;
// 在集合里
console.log("this",this.LineIDList);
if(this.LineIDList.indexOf(Number(this.LineID))>-1){
this.LineIDState=1;
}else{
this.LineIDState=2;
}
console.log("this.LineIDState",this.LineIDState);
console.log("this.LineID",this.LineID);
}else{
this.$message.error(res.data.message)
}
......@@ -252,7 +249,6 @@ export default {
},err=>{})
},
bindVisa(command){ //绑定签证类型
console.log("command.id",command.id)
if(command.id>0&&this.LineIDState==2){
this.$message.error(this.$t('visaT.qxzzzdqzlx'))
return;
......
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