@@ -962,11 +970,13 @@ import { getAssignLogList } from '@/api/marketAssign'
import EasyForm from '@/components/EasyForm'
import dynamicSupervisionBase from '@/views/market/dynamicsupervision/index'
import dailySupervisionBase from '@/views/market/dailysupervision/index'
+import CreditArchive from './components/CreditArchive'
import { oauth } from '@/api/user'
export default {
components: {
- EasyForm
+ EasyForm,
+ CreditArchive
},
mixins: [dynamicSupervisionBase, dailySupervisionBase],
data() {
@@ -975,6 +985,7 @@ export default {
isRead2: false,
isRead3: false,
isRead4: false,
+ isReadCreditArchive: false,
isRead5: false,
isRead6: false,
isRead7: false,
@@ -1222,7 +1233,10 @@ export default {
handleClick(tab, event) {
console.log(this.activeName)
this.loading = true
- if (this.activeName === 'fourth') {
+ if (this.activeName === 'creditArchive' && !this.isReadCreditArchive) {
+ this.isReadCreditArchive = true
+ this.loading = false
+ } else if (this.activeName === 'fourth') {
oauth().then((res) => {
const { data } = res
const path = `/annualReportService/unifiedMGT/annualReportProgress/baseInfo/detail?pripid=${this.$route.query.pripid}&yearReportMode=1`