Commit dbda6d9e authored by youjie's avatar youjie

no message

parent e4fc9352
...@@ -284,7 +284,7 @@ ...@@ -284,7 +284,7 @@
this.$refs.multipleTable.toggleRowSelection(row,undefined,ignoreSelectable); this.$refs.multipleTable.toggleRowSelection(row,undefined,ignoreSelectable);
}); });
} else { } else {
// this.$refs.multipleTable.clearSelection(); this.$refs.multipleTable.clearSelection();
} }
this.$forceUpdate() this.$forceUpdate()
}, },
...@@ -379,6 +379,10 @@ ...@@ -379,6 +379,10 @@
this.msg_t.SmallShopId = x.SmallShopId this.msg_t.SmallShopId = x.SmallShopId
} }
}) })
setTimeout(()=>{ setTimeout(()=>{
// for(let i =0;i<this.Storage.length;i++){ // for(let i =0;i<this.Storage.length;i++){
// this.handleClose([this.Storage[i]]) // this.handleClose([this.Storage[i]])
......
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