|
|
@ -106,7 +106,7 @@ export default { |
|
|
|
introId: '', |
|
|
|
introContent: {}, |
|
|
|
showType: '0', |
|
|
|
showLoading: true |
|
|
|
showLoading: true, |
|
|
|
}; |
|
|
|
}, |
|
|
|
watch: { |
|
|
@ -231,7 +231,13 @@ export default { |
|
|
|
}, |
|
|
|
resetData() { |
|
|
|
this.pageNum = 1; |
|
|
|
if (this.code === '0204') { |
|
|
|
this.getContentData('0201'); |
|
|
|
this.getContentData('0202'); |
|
|
|
this.getContentData('0203'); |
|
|
|
} else { |
|
|
|
this.getContentData(this.code); |
|
|
|
} |
|
|
|
}, |
|
|
|
}, |
|
|
|
}; |
|
|
|