|
@@ -494,7 +494,7 @@ import Top3Table from '@/views/analysisReport/components/MarketTop3Table'
|
|
|
import MarketUserScatter from '@/views/analysisReport/components/MarketUserScatter'
|
|
|
import DetailList from '@/views/download-pdf/components/DetailList.vue'
|
|
|
import PageBottom from '@/views/download-pdf/components/PageBottom.vue'
|
|
|
-import { getReportAnalysisInfo, getPdfDetail } from '@/api/modules/'
|
|
|
+import { getPdfDetail } from '@/api/modules/'
|
|
|
import { moneyUnit, dateFormatter, formatPrice } from '@/utils/globalFunctions'
|
|
|
import ComputedPageEdge from './utils'
|
|
|
|
|
@@ -722,8 +722,8 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
// this.sendRequest()
|
|
|
- if(this.$route.query.sid) {
|
|
|
- this.sid = this.$route.query.sid
|
|
|
+ if(this.$route.query.pid) {
|
|
|
+ this.sid = this.$route.query.pid
|
|
|
this.getData()
|
|
|
}
|
|
|
|