Commit 0912a2a0 by yucheng.jiang

bug修正

parent b1c93d17
...@@ -362,7 +362,7 @@ export default { ...@@ -362,7 +362,7 @@ export default {
}); });
}, },
//切换储位 //切换储位
changeStorage(){ changeStorage(value){
this.storageid = ""; this.storageid = "";
if(value != undefined && value.length){ if(value != undefined && value.length){
this.storageid = value[value.length - 1]; this.storageid = value[value.length - 1];
......
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