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(){
|
||||
|
||||
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:'',
|
||||
|
||||
Reference in New Issue
Block a user