fix:create thread poll content not change

pull/1416/head
smily 2 years ago
parent 1e95ce8fb2
commit 44f1a23908

@ -744,6 +744,7 @@ export default {
} else if (value === 5) {
this.temp.capacity = 2147483647;
}
this.$forceUpdate();
},
tenantSelectList() {

@ -128,6 +128,7 @@ export default {
if (hostname === 'console.hippo4j.cn') {
this.loginForm.username = 'hippo4j';
this.loginForm.password = 'hippo4j';
this.rememberMe = 1;
}
console.log(hostname);
},

Loading…
Cancel
Save