社区管理
This commit is contained in:
@@ -378,16 +378,6 @@ export default {
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
changeStatus() {
|
|
||||||
this.controllInfo.status = 2
|
|
||||||
this.$http.post(`/app/appepidemicpreventioncommunitymanagement/troubleshooting`, this.controllInfo).then((res) => {
|
|
||||||
if (res.code == 0) {
|
|
||||||
this.$u.toast('提交成功')
|
|
||||||
uni.$emit('updateList')
|
|
||||||
this.getDetail()
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
callPhone(phone) {
|
callPhone(phone) {
|
||||||
uni.makePhoneCall({phoneNumber: phone})
|
uni.makePhoneCall({phoneNumber: phone})
|
||||||
},
|
},
|
||||||
|
|||||||
@@ -373,7 +373,9 @@ export default {
|
|||||||
this.$u.toast('提交成功')
|
this.$u.toast('提交成功')
|
||||||
uni.$emit('updateDetail')
|
uni.$emit('updateDetail')
|
||||||
uni.$emit('updateList')
|
uni.$emit('updateList')
|
||||||
uni.navigateBack()
|
setTimeout(() => {
|
||||||
|
uni.navigateBack()
|
||||||
|
}, 600)
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user