diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue index 4d305ed2..268bb87a 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceDetail.vue @@ -35,6 +35,7 @@ {{ $t('export') }} @@ -303,7 +304,7 @@ export default { this.$openPageNewSheet({ path, query }) - }, + } } } diff --git a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue index 606eb42a..78d27ec2 100644 --- a/src/views/businessSupport/askForAdvice/AskForAdviceList.vue +++ b/src/views/businessSupport/askForAdvice/AskForAdviceList.vue @@ -25,7 +25,7 @@ - + {{ $t('query') }} {{ $t('reset') }} @@ -66,9 +66,15 @@ import { JeroListMixin } from '@/mixins/JeroListMixin' import JTable from '../../../components/jero/JTable' import { filterObj } from '../../../utils/util' +import { askForAdvice } from '../../../common/lang/businessSupport/zh' export default { name: 'AskForAdviceList', + computed: { + askForAdvice () { + return askForAdvice + } + }, components: { JTable }, mixins: [JeroListMixin], data () {