diff --git a/src/views/system/tenant/index.vue b/src/views/system/tenant/index.vue index 2908808a..95d4786f 100644 --- a/src/views/system/tenant/index.vue +++ b/src/views/system/tenant/index.vue @@ -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);