fix 80704

This commit is contained in:
赵霄
2024-01-12 11:22:30 +08:00
parent a9df131c29
commit aa32948654
2 changed files with 22 additions and 5 deletions
+7
View File
@@ -177,6 +177,13 @@ export default {
this.getUserListByIds(val)
}
}
},
type(value) {
if (value === 'checkbox') {
this.checkedArr = []
} else {
this.checkedArr = ''
}
}
},
data () {