|
@ -418,6 +418,9 @@ |
|
|
if (!this.dataForm.latitude || !this.dataForm.longitude) { |
|
|
if (!this.dataForm.latitude || !this.dataForm.longitude) { |
|
|
return this.$message.error('请滑动地图选择党组织位置') |
|
|
return this.$message.error('请滑动地图选择党组织位置') |
|
|
} |
|
|
} |
|
|
|
|
|
if (this.dataForm.orgPids === '0') { |
|
|
|
|
|
this.dataForm.orgPids = '' |
|
|
|
|
|
} |
|
|
this.$refs['dataForm'].validate((valid) => { |
|
|
this.$refs['dataForm'].validate((valid) => { |
|
|
if (!valid) { |
|
|
if (!valid) { |
|
|
return false |
|
|
return false |
|
|