This commit is contained in:
gaolu
2019-11-28 10:50:44 +08:00
parent 3219708d8a
commit c81f666ead

View File

@@ -38,7 +38,7 @@ export default {
if (res.result == 0) {
this.userName = res.name
this.userMobile = res.phoneNo
this.manageComName = res.company
this.manageComName = res.manageComName
this.id = this.$route.query.id
this.getPosterDetail()
}