|
|
@@ -453,6 +453,7 @@ import {
|
|
|
getReportInfo,
|
|
|
getDetailById,
|
|
|
tsContents,
|
|
|
+ buryingPoint,
|
|
|
} from '@/api/index';
|
|
|
import visitedRealTime from '@/views/componentsTarget/visitedRealTime';
|
|
|
import createStoreBJ from '@/views/componentsTarget/createStoreBJ';
|
|
|
@@ -757,6 +758,13 @@ export default {
|
|
|
className: 'dailyShareBtn',
|
|
|
})
|
|
|
.then(() => {
|
|
|
+ buryingPoint({
|
|
|
+ systemModel: '日报审核',
|
|
|
+ buryingPointType: 2,
|
|
|
+ buryingPointValue: this.$route.query.reportId,
|
|
|
+ buryingPointName: '日报分享',
|
|
|
+ buryingPointPosition: '日报提交',
|
|
|
+ });
|
|
|
// 跳转历史汇报详情 分享汇报
|
|
|
this.$router.replace({
|
|
|
path: 'dailyDetails',
|