BUG 28377
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user