mirror of
https://github.com/bolucat/Archive.git
synced 2026-04-23 00:17:16 +08:00
Update On Thu Nov 6 19:42:18 CET 2025
This commit is contained in:
@@ -1294,6 +1294,7 @@ export default {
|
||||
let cancel;
|
||||
if (!row.connected) {
|
||||
//该节点并未处于连接状态,因此进行连接
|
||||
let loading = this.$buefy.loading.open();
|
||||
waitingConnected(
|
||||
this.$axios({
|
||||
url: apiRoot + "/connection",
|
||||
@@ -1308,6 +1309,7 @@ export default {
|
||||
cancel = c;
|
||||
}),
|
||||
}).then((res) => {
|
||||
loading.close();
|
||||
if (res.data.code === "SUCCESS") {
|
||||
Object.assign(this.runningState, {
|
||||
running: res.data.data.running
|
||||
|
||||
Reference in New Issue
Block a user