分享传title

This commit is contained in:
zhaofang
2022-06-15 14:43:56 +08:00
parent 5ac8513ca9
commit af9be97044

View File

@@ -459,7 +459,6 @@ export default {
}
},
submitShare(){
if(this.shareUsers.length==0){
this.$message.error('请选择分享人');
return;
@@ -472,7 +471,7 @@ export default {
let postData={
objType:this.type,
objId:this.data.id,
content:'',
content:this.data.title,
isRead:false,
toAid:'',
toAname:'',