Explorar el Código

Merge branch 'iteration_1.3.3' into dev

lex hace 2 años
padre
commit
e51c097274
Se han modificado 1 ficheros con 3 adiciones y 1 borrados
  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')
               }}