This commit is contained in:
liuye
2022-01-11 17:56:21 +08:00
parent 1b8d5a4ddb
commit 8286eb2052
2 changed files with 2 additions and 2 deletions

View File

@@ -106,7 +106,7 @@ export default {
"createUserName": this.user.name,
"recordId": this.id
}
this.$http.post("/app/appepidemicbackhomerecord/release", params).then(res => {
this.$http.post("/app/appepidemicunusuallog/addOrUpdate", params).then(res => {
if (res.code == 0) {
this.$u.toast("新增成功!")
this.show = false