liuhj 8 mēneši atpakaļ
vecāks
revīzija
2594866211

+ 2 - 1
src/components/MCR/MarketCustomerResourcesOperation.vue

@@ -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) {