diff --git a/src/views/modules/kpi/subpositioncheckinfo.vue b/src/views/modules/kpi/subpositioncheckinfo.vue
index 99b71ecb..93c5963f 100644
--- a/src/views/modules/kpi/subpositioncheckinfo.vue
+++ b/src/views/modules/kpi/subpositioncheckinfo.vue
@@ -47,7 +47,7 @@
{{ $t('query') }}
- {{ $t('add') }}
+ {{ $t('add') }}
{{ $t('deleteBatch') }}
@@ -170,6 +170,10 @@ export default {
this.$parent.selectComponent = 'Kpisubpositiondetail'
this.$router.push({ path: '/kpi-subpositioncheckinforoute', query: { id: id, status: status } })
},
+ addNewRecord () {
+ this.$parent.selectComponent = 'Kpisubpositiondetail'
+ this.$router.push({ path: '/kpi-subpositioncheckinforoute'})
+ },
firstTrial (infoId) {
this.trialVisible = true
this.$nextTick(() => {