Commit f15f18be authored by 康振飞's avatar 康振飞

ok

parent 0cce2f5f
......@@ -151,15 +151,13 @@ export default {
console.log(item)
},
searchOrder(value){
this.$Message.success(value)
let allList = this.listTask;
let newitems = [];
if(value=="全部"){
this.loadTree();
}else{
allList.map((u,i)=>{
console.log(i,":",u)
// console.log(i,":",u)
if(u.status==value){
newitems.push(u)
}
......
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