|
@@ -168,13 +168,13 @@ const handlerUpload = async data => {
|
|
|
pushData.content = tag.content
|
|
|
pushData.members = tag.members
|
|
|
pushData.createTime = response.data.createTime
|
|
|
- console.error(pushData)
|
|
|
+
|
|
|
tags.value.push(pushData)
|
|
|
pushData = null
|
|
|
}
|
|
|
isEdit.value = false
|
|
|
delete notify.value.__temp
|
|
|
- notify.value.id = response.data
|
|
|
+ notify.value.id = response.data.markingId
|
|
|
notify.value = null
|
|
|
} else if (response.code == 4008) {
|
|
|
showTips.value = t('code.4008')
|