修改禅道已知bug
This commit is contained in:
@@ -97,16 +97,16 @@
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('targetMarket'),
|
title: this.$t('targetMarket'),
|
||||||
value: 'subtitle'
|
value: 'targetMarket_dictText'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('subtitle'),
|
title: this.$t('subtitle'),
|
||||||
value: 'targetMarket_dictText'
|
value: 'subtitle'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('standard'),
|
title: this.$t('standard'),
|
||||||
value: 'serialNumber',
|
value: 'serialNumber',
|
||||||
type:'4',
|
type: '4'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: this.$t('title'),
|
title: this.$t('title'),
|
||||||
@@ -328,7 +328,7 @@
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/ProjectDetails',
|
path: '/ProjectDetails',
|
||||||
query: {
|
query: {
|
||||||
type:'103',
|
type: '103',
|
||||||
...this.$route.query
|
...this.$route.query
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
@@ -378,7 +378,7 @@
|
|||||||
this.$router.push({
|
this.$router.push({
|
||||||
path: '/ProjectDetails',
|
path: '/ProjectDetails',
|
||||||
query: {
|
query: {
|
||||||
type:'103',
|
type: '103',
|
||||||
...this.$route.query
|
...this.$route.query
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user