jinx hace 2 años
padre
commit
5b2bfaa8b1
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/components/files/TagEditor.vue

+ 1 - 0
src/components/files/TagEditor.vue

@@ -173,6 +173,7 @@ const handlerUpload = async data => {
                 pushData.content = tag.content
                 pushData.members = tag.members
                 pushData.createTime = response.data.createTime
+                pushData.createBy = response.data.createBy
 
                 tags.value.push(pushData)
                 pushData = null