规范res.code==0
This commit is contained in:
@@ -115,7 +115,7 @@ export default {
|
||||
this.$http
|
||||
.post(`/app/appepidemicreportmember/queryDetailById?id=${this.userList.memberId}`)
|
||||
.then((res) => {
|
||||
if (res?.code == 0) {
|
||||
if (res.code == 0) {
|
||||
this.data = res.data
|
||||
this.$hideLoading()
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user