28394 28393
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user