liuhj 8 달 전
부모
커밋
2594866211
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/components/MCR/MarketCustomerResourcesOperation.vue

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