Parcourir la source

Signed-off-by: 1004749546@qq.com <1004749546@qq.com>
bug

1004749546@qq.com il y a 4 ans
Parent
commit
ceb0a5d6f1
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      src/views/evaluation/evaluationItem/AddEvaIndexModal.vue

+ 1 - 1
src/views/evaluation/evaluationItem/AddEvaIndexModal.vue

@@ -93,7 +93,7 @@ export default {
   computed: {
     // 弹框标题
     titleText () {
-      return this.itemId ? '编辑' : '新增'
+      return this.itemIndexId ? '编辑' : '新增'
     }
   },
   methods: {