|
|
@@ -712,6 +712,13 @@ export default {
|
|
|
this.$notify({ type: 'warning', message: '请选择分享内容!', className: 'notifyIndex' });
|
|
|
return;
|
|
|
}
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '日报审核',
|
|
|
+ buryingPointType: 2,
|
|
|
+ buryingPointValue: `文本${this.checkedPlan ? '是' : '否'},图片${this.urlList.length}`,
|
|
|
+ buryingPointName: '确认分享',
|
|
|
+ buryingPointPosition: '日报详情',
|
|
|
+ });
|
|
|
this.shareImgFlag = false;
|
|
|
this.setShareFlag = true;
|
|
|
},
|