This commit is contained in:
花有清香月有阴
2021-12-20 18:19:30 +08:00
parent 5c92ff8bf3
commit ed6eefdc65
6 changed files with 62 additions and 43 deletions

View File

@@ -118,7 +118,7 @@ export default {
this.flag = true
this.$http
.post(`/app/appvisitvondolence/addOrUpdate`, {
.post(`/app/appmarriagefuneralinfo/addOrUpdate`, {
type: this.forms.typeValue,
name: this.forms.name,
modeType: this.forms.modeTypeValue,
@@ -129,7 +129,7 @@ export default {
createUserId: this.user.id,
personType: this.forms.personType,
fileIds: imgs || [],
files: imgs || [],
})
.then((res) => {
if (res.code == 0) {