Commit a4a59dc2 authored by 华国豪's avatar 华国豪 🙄

提交

parent 5bae929f
......@@ -271,6 +271,8 @@ export default {
}
})
this.searchItem[0]=search0;
} else {
this.lineId= 0;
}
if(this.searchItem[1]!='' && this.searchItem[1]!='0') {
this.xilies.forEach(x=>{
......@@ -280,6 +282,8 @@ export default {
}
})
this.searchItem[1]=search1;
} else {
this.lineTeamId=0;
}
if(this.searchItem[4]!='' && this.searchItem[4]!='0'){
this.dayCount.forEach(x=>{
......@@ -470,7 +474,7 @@ export default {
}
},
handleClose(i) {
this.$set(this.searchItem,i,'')
this.$set(this.searchItem,i,'')
if(i==0){
this.xilies=[]
this.$set(this.searchItem,1,'')
......
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