feat: 进入主页同步登录页语言

This commit is contained in:
zhangyh
2025-11-25 13:26:52 +08:00
parent f906230d65
commit 0ef8b3060c
2 changed files with 22 additions and 4 deletions

View File

@@ -62,10 +62,8 @@
},
methods: {
onInput(val, index) {
console.log("input", val, index);
clearTimeout(this.timeout);
this.timeout = setTimeout(() => {
console.log("input=>", val, index);
// val = val.replace(/[^0-9]/g, '');
val = String(val).replace(/\D/g, "");
this.getCtData[index] = val;