|
@@ -262,6 +262,7 @@
|
|
|
this.loading = false
|
|
this.loading = false
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
|
|
+
|
|
|
this.id = options.id
|
|
this.id = options.id
|
|
|
this.doorNeedAudit = options.doorNeedAudit
|
|
this.doorNeedAudit = options.doorNeedAudit
|
|
|
this.memberId = options.memberId
|
|
this.memberId = options.memberId
|
|
@@ -383,7 +384,8 @@
|
|
|
return
|
|
return
|
|
|
}
|
|
}
|
|
|
//有记录,就判断审核状态
|
|
//有记录,就判断审核状态
|
|
|
- that.data = guestRes.data.data[0]
|
|
|
|
|
|
|
+ this.data=guestRes.data.data[0]
|
|
|
|
|
+ this.guestRecordId=this.data.id
|
|
|
this.data.guestPosition = that.data.residentialName + "," +
|
|
this.data.guestPosition = that.data.residentialName + "," +
|
|
|
that.data.buildingName + "," + that.data.unitName + "," +
|
|
that.data.buildingName + "," + that.data.unitName + "," +
|
|
|
that.data.roomName
|
|
that.data.roomName
|
|
@@ -423,7 +425,6 @@
|
|
|
openId: this.openId
|
|
openId: this.openId
|
|
|
}
|
|
}
|
|
|
let guestRes = await this.$http.guestRecordsList(guestParams)
|
|
let guestRes = await this.$http.guestRecordsList(guestParams)
|
|
|
- this.guestRecordId=guestRes.data.data[0].id
|
|
|
|
|
return guestRes
|
|
return guestRes
|
|
|
},
|
|
},
|
|
|
submit() {
|
|
submit() {
|