zengyicheng 2 лет назад
Родитель
Сommit
b0a092ee11
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/pages/evaluation.vue

+ 1 - 1
src/components/pages/evaluation.vue

@@ -441,7 +441,7 @@ export default {
         type: "warning",
       })
         .then(() => {
-          if (!update) {
+          if (!this.update) {
             this.addEJson();
           } else {
             this.updateEJson();