diff --git a/src/views/modules/base/community/roomForm.vue b/src/views/modules/base/community/roomForm.vue index 99accbbe1..2d4fc9754 100644 --- a/src/views/modules/base/community/roomForm.vue +++ b/src/views/modules/base/community/roomForm.vue @@ -479,6 +479,11 @@ export default { }, + // 门牌号输入内容过滤 + // onDoorNameInput(content) { + // this.dataForm.doorName = content.replaceAll(/[\u4e00-\u9fa5]/g, ''); + // }, + resetData () { this.houseId = '' //房屋ID this.houseType = '1'