diff --git a/src/views/modules/workSys/resiCate.vue b/src/views/modules/workSys/resiCate.vue index 8deb8b7e4..6da2debf4 100644 --- a/src/views/modules/workSys/resiCate.vue +++ b/src/views/modules/workSys/resiCate.vue @@ -185,6 +185,26 @@ size="small" label="描述文字"> 人/楼栋 + + + + + + + 年龄: + + + {{' — '}} + +
0 || this.ageMin === 0) && (this.ageMax > 0 || this.ageMax === 0)) { + this.form.ylfnValue = this.ageMin + ',' + this.ageMax + } else { + return this.$message.error('年龄范围不能为空') + } + } + + } else { + + } this.btnLoading = true const _form = { ...this.form,