@@ -390,15 +390,20 @@
})
this.tabbar = res.data
- this.rightTabbar = result.data.map(obj => {
- return {
- ...obj,
- checked: false
- }
- })
+
+ if(this.delete_type==1){
+ this.rightTabbar = result.data.map(obj => {
+ return {
+ ...obj,
+ checked: false
+ }
+ })
} else {
this.tabbar = []
+ this.rightTabbar = []
}
@@ -406,6 +411,7 @@