去除打印
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user