From 3bdc3f089f40caaac2ad9f5ec85c700061d7bc67 Mon Sep 17 00:00:00 2001 From: aixianling Date: Wed, 17 Aug 2022 09:00:15 +0800 Subject: [PATCH] BUG 30838 --- src/apps/AppMonitoringObject/Add.vue | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/src/apps/AppMonitoringObject/Add.vue b/src/apps/AppMonitoringObject/Add.vue index ec0906ef..76a3d59d 100644 --- a/src/apps/AppMonitoringObject/Add.vue +++ b/src/apps/AppMonitoringObject/Add.vue @@ -586,18 +586,6 @@ export default { document.title = this.isEdit ? '编辑监测对象' : '添加监测对象' }, methods: { - rules() { - return { - // houseType: '请选择户类型', - objectType: '请选择监测对象类型', - name: '请输入户主姓名', - idNumber: '请输入身份证号', - phone: '请输入联系方式', - currentAreaId: '请选择现住址', - - } - }, - areaSelect(e) { this.form.currentAreaId = e }, @@ -625,9 +613,9 @@ export default { nextStep() { if (!this.form.id) { - if (!this.form.objectType) { - return this.$u.toast('请选择监测对象类型') - } + // if (!this.form.objectType) { + // return this.$u.toast('请选择监测对象类型') + // } } if (!this.form.idNumber) {