【修改】修改你们单选
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
<el-table-column v-if="maxSelected && maxSelected == 1" label="" width="35" align="center">
|
||||
<template slot-scope="scope">
|
||||
<el-radio class="tableRadio" v-model="tableChecked" @change="radioChange(scope.row)"
|
||||
:label="scope.row.USID">{{ null }}
|
||||
:label="scope.row.orgCode">{{ null }}
|
||||
</el-radio>
|
||||
</template>
|
||||
</el-table-column>
|
||||
@@ -958,7 +958,7 @@ export default {
|
||||
})
|
||||
})
|
||||
}
|
||||
|
||||
debugger
|
||||
if (this.maxSelected == 1) {
|
||||
//
|
||||
this.tableChecked = this.config.value
|
||||
|
||||
Reference in New Issue
Block a user