邻里互助

This commit is contained in:
liuye
2023-03-16 17:01:59 +08:00
parent f1b4729b63
commit a6122f481d
2 changed files with 6 additions and 3 deletions

View File

@@ -63,6 +63,7 @@
picUrl: '',
status: '1',
},
isFlag: false
}
},
@@ -88,8 +89,10 @@
},
confirm () {
if(this.isFlag) return
this.$refs.form.validate((valid) => {
if (valid) {
this.isFlag = true
this.instance.post(`/app/appneighborhoodassistancetheme/addOrUpdate`, {
...this.form,
picUrl: this.form.files[0].url