@@ -348,7 +348,10 @@ export default {
})
},
mapdown(){
-
+
+ if(this.downid=="null"){
+ this.downid="";
+ }
if(this.downid){
this.downBtn(this.downItem)
}