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