社区管理

This commit is contained in:
liuye
2022-11-25 14:25:38 +08:00
parent 7dbbcf5011
commit efe9edabe3
2 changed files with 3 additions and 11 deletions

View File

@@ -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) {
uni.makePhoneCall({phoneNumber: phone})
},