This commit is contained in:
liuye
2024-08-08 10:04:02 +08:00
parent 5f6131d132
commit 56ae839500

View File

@@ -85,7 +85,7 @@
}).then(res => {
if (res && res.data) {
this.detail = res.data;
this.detail.name = this.detail.name ? this.detail.name : this.detail.userName
// this.detail.name = this.detail.name ? this.detail.name : this.detail.userName
}
})
}