1
This commit is contained in:
@@ -96,6 +96,7 @@ export default {
|
||||
computed: {
|
||||
// 确保 Radio 的值类型正确
|
||||
radioValue() {
|
||||
|
||||
if (this.col.com === 'Radio') {
|
||||
const source = this.getRadioSource(this.col)
|
||||
if (source.length > 0 && this.value !== undefined && this.value !== null) {
|
||||
|
||||
Reference in New Issue
Block a user