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