fix:create thread poll content not change (#1416)

pull/1389/merge
GRL-bxy 11 months ago committed by GitHub
parent 1e95ce8fb2
commit 0a08f09e85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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