@@ -723,7 +723,7 @@
console.log('xin');
this.tatoldialogVisible=true
//type=0(未被引用),type=1(已引用),type=空(全部)
- getAllList({type:0}).then((res)=>{
+ getAllList({type:''}).then((res)=>{
this.tadddata=res.data.data
})
},