|
@@ -389,7 +389,8 @@ export default {
|
|
|
},
|
|
|
mounted() {
|
|
|
this.token = JSON.parse(localStorage.getItem('userinif')).token;
|
|
|
- this.userId = JSON.parse(localStorage.getItem('userinif')).userInfo.userId
|
|
|
+ this.userId = JSON.parse(localStorage.getItem('userinif')).userInfo.userId;
|
|
|
+ this.requestData.ascribedUser.push(this.userId)
|
|
|
try {
|
|
|
this.requestData.id = parseInt(this.$route.query.id);
|
|
|
} catch (err) {
|