This commit is contained in:
shijingjing
2022-07-05 10:58:43 +08:00
parent 5219ca9a3f
commit 86b1349a46

View File

@@ -458,7 +458,7 @@ export default {
},
submit() {
if(this.form.houseType == 1) {
if(!this.form.form.objectType) {
if(!this.form.objectType) {
return this.$message.error('请选择监测对象类型')
}
}