|
@@ -1447,6 +1447,7 @@ export default {
|
|
|
.then((res) => {
|
|
|
console.log("connect bench success", benchId);
|
|
|
self.getBenchImage(benchId, 1, wsArray[i], () => {});
|
|
|
+ this.currentBench = this.benchList.find((b) => b.id == benchId) || {};
|
|
|
})
|
|
|
.catch((err) => {
|
|
|
console.log("connect bench failed", benchId);
|