mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-10 11:26:43 +08:00
分享传title
This commit is contained in:
@@ -459,7 +459,6 @@ export default {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
submitShare(){
|
submitShare(){
|
||||||
|
|
||||||
if(this.shareUsers.length==0){
|
if(this.shareUsers.length==0){
|
||||||
this.$message.error('请选择分享人');
|
this.$message.error('请选择分享人');
|
||||||
return;
|
return;
|
||||||
@@ -472,7 +471,7 @@ export default {
|
|||||||
let postData={
|
let postData={
|
||||||
objType:this.type,
|
objType:this.type,
|
||||||
objId:this.data.id,
|
objId:this.data.id,
|
||||||
content:'',
|
content:this.data.title,
|
||||||
isRead:false,
|
isRead:false,
|
||||||
toAid:'',
|
toAid:'',
|
||||||
toAname:'',
|
toAname:'',
|
||||||
|
|||||||
Reference in New Issue
Block a user