去除打印

This commit is contained in:
lai
2024-07-23 10:27:47 +08:00
parent ef9db9ddf6
commit 83ec17343a

View File

@@ -651,8 +651,8 @@ function fnTypeChange(value: any) {
keyTip.value = tipMapping[value];
}
//限制不给输入百分号
function handleInputChange(value: any) {
console.log('value', value);
// 去掉百分号
const filteredValue = value.data.replace('%', '');
console.log('filteredValue', filteredValue);