|
@@ -140,8 +140,8 @@
|
|
</div>
|
|
</div>
|
|
<div class="other-project-group" v-if="getOtherList.length">
|
|
<div class="other-project-group" v-if="getOtherList.length">
|
|
<div class="other-title" v-show="contentInfo.publishEntName">
|
|
<div class="other-title" v-show="contentInfo.publishEntName">
|
|
- <span class="highlight-text">{{ contentInfo.publishEntName }}</span
|
|
|
|
- >的其他供应信息
|
|
|
|
|
|
+ <span class="highlight-text">{{ contentInfo.publishEntName }}</span>
|
|
|
|
+ <span>的其他供应信息</span>
|
|
</div>
|
|
</div>
|
|
<project-cell
|
|
<project-cell
|
|
v-for="(item, index) in getOtherList"
|
|
v-for="(item, index) in getOtherList"
|
|
@@ -226,7 +226,6 @@ export default {
|
|
conf: {
|
|
conf: {
|
|
type: ''
|
|
type: ''
|
|
},
|
|
},
|
|
- typeList: ['content', 'issued'],
|
|
|
|
matchKeys: [],
|
|
matchKeys: [],
|
|
contentId: '',
|
|
contentId: '',
|
|
contentInfo: {
|
|
contentInfo: {
|
|
@@ -349,13 +348,9 @@ export default {
|
|
return top
|
|
return top
|
|
},
|
|
},
|
|
getContent() {
|
|
getContent() {
|
|
- const { type, id } = this.$route.params
|
|
|
|
|
|
+ const { id } = this.$route.params
|
|
this.contentId = id
|
|
this.contentId = id
|
|
- if (!this.typeList.includes(type)) return
|
|
|
|
- this.conf.type = type
|
|
|
|
- if (type === 'issued') {
|
|
|
|
- this.getIssuedContent()
|
|
|
|
- }
|
|
|
|
|
|
+ this.getIssuedContent()
|
|
},
|
|
},
|
|
async getIssuedContent() {
|
|
async getIssuedContent() {
|
|
const {
|
|
const {
|