@@ -620,15 +620,15 @@ export default {
this.type = type;
this.dialogVisible3 = true;
},
- setDetail(t){
- if(t == 1){
- this.isFold = true;
- }else if(t == 2){
- this.isSold = true;
- }else if(t == 3){
- this.isTold = true;
- }
- },
+ // setDetail(t){
+ // if(t == 1){
+ // this.isFold = true;
+ // }else if(t == 2){
+ // this.isSold = true;
+ // }else if(t == 3){
+ // this.isTold = true;
+ // }
+ // },
clearAll(){
this.dialogVisible = false;
this.isFold = false;