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