25803
This commit is contained in:
@@ -89,6 +89,9 @@
|
||||
confirm () {
|
||||
this.$refs.form.validate((valid) => {
|
||||
if (valid) {
|
||||
if (this.form.areaId.endsWith('000')) {
|
||||
return this.$message.error('地区必须选择到村级')
|
||||
}
|
||||
this.instance.post(`/app/appvillagepicturealbum/addPictures`, {
|
||||
...this.form,
|
||||
id: this.params.id,
|
||||
|
||||
Reference in New Issue
Block a user