dedsudiyu 1 週間 前
コミット
4fd09c107f
共有1 個のファイルを変更した2 個の追加2 個の削除を含む
  1. 2 2
      src/views/integratedManagement/laboratoryManagement/accessAuthorization/lookImpower.vue

+ 2 - 2
src/views/integratedManagement/laboratoryManagement/accessAuthorization/lookImpower.vue

@@ -159,7 +159,7 @@
         let obj = {
           hardId: row.hardId,
           detailList: [
-            {id: row.joinUserId}
+            {id: row.id}
           ]
         };
         laboratoryHaikangUserRetryAccredit(obj).then(response => {
@@ -192,7 +192,7 @@
       },
       //已授权列表
       handleSelectionChange2(val){
-        this.$set(this,'impowerList',val.map(item => item.joinUserId));
+        this.$set(this,'impowerList',val.map(item => item.id));
 
       },
     },