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

@@ -89,7 +89,7 @@ export default {
if(this.tabIndex == 1) {
status = 0
}
this.$http.post(`/app/appepidemicbackhomerecord/list?current=${this.current}&size=10&status=${status}&name=${this.name}`)
this.$http.post(`/app/appepidemicbackhomerecord/list?current=${this.current}&size=10&status=${status}&name=${this.name}&arriveAreaId=${this.areaId}`)
.then((res) => {
if (res.code == 0) {
this.list = this.current > 1 ? [...this.list, ...res.data.records] : res.data.records

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