@@ -680,7 +680,9 @@ export default defineComponent({
size="large"
type="primary"
onClick={() => {
- this.form.tags = this.radioList
+ this.form.tags = this.radioList.filter((el: any) => {
+ return el != ''
+ })
this.tagStatus = false
;(this as any).$refs.form.clearValidate('tags')
}}