28394 28393

This commit is contained in:
changjinpeng
2022-03-21 17:30:25 +08:00
parent 37bf1881da
commit 571c19927d
2 changed files with 11 additions and 8 deletions

View File

@@ -184,7 +184,6 @@ export default {
endTime: this.forms.endTime,
address: this.forms.address,
contactPerson: this.forms.contactPerson,
contactPhone: this.forms.contactPhone,
createUserName: this.user.name,
createUserId: this.user.id,
@@ -193,7 +192,6 @@ export default {
})
.then((res) => {
if (res.code == 0) {
this.flag = false
this.$u.toast('发布成功')
if (!this.indexDetail) {
uni.$emit('updateList')
@@ -206,6 +204,7 @@ export default {
}
})
.catch(() => {
this.flag = false
this.$u.toast('新增失败')
})
} else {