随手拍上报联系方式
This commit is contained in:
@@ -201,6 +201,7 @@ export default {
|
||||
},
|
||||
|
||||
onColumnChange(e) {
|
||||
|
||||
const column = e.detail.column
|
||||
const value = e.detail.value
|
||||
|
||||
@@ -237,7 +238,7 @@ export default {
|
||||
return this.$toast('请输入上报人姓名')
|
||||
}
|
||||
|
||||
if (!this.form.girdName) {
|
||||
if (!this.form.phone) {
|
||||
return this.$toast('请输入上报人联系方式')
|
||||
}
|
||||
if (this.flag) return
|
||||
|
||||
Reference in New Issue
Block a user