|
@@ -147,7 +147,7 @@ export default {
|
|
if (res.data && Array.isArray(res.data) && res.data.length > 0) {
|
|
if (res.data && Array.isArray(res.data) && res.data.length > 0) {
|
|
this.userKeyList = res.data.map(item => {
|
|
this.userKeyList = res.data.map(item => {
|
|
if (item.checked) {
|
|
if (item.checked) {
|
|
- this.checkUserKey = item.token
|
|
|
|
|
|
+ this.doChangeUserKey(item.token)
|
|
}
|
|
}
|
|
return {
|
|
return {
|
|
label: item.name,
|
|
label: item.name,
|