BUG 28377

This commit is contained in:
aixianling
2022-03-21 18:23:17 +08:00
parent 8daaf7e55b
commit 115a321f22

View File

@@ -241,6 +241,9 @@ export default {
if (!this.form.phone) {
return this.$toast('请输入上报人联系方式')
}
if (!this.form.girdId) {
return this.$toast('请选择所属网格')
}
if (this.flag) return
this.flag = true