Browse Source

Merge branch 'iteration_1.3.3' into dev

lex 2 years ago
parent
commit
e51c097274
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/user-info/music-operation/index.tsx

+ 3 - 1
src/views/user-info/music-operation/index.tsx

@@ -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')
               }}