lsc 5 часов назад
Родитель
Сommit
c132e9092e
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      src/components/pages/workPage/index_new.vue

+ 1 - 1
src/components/pages/workPage/index_new.vue

@@ -347,7 +347,7 @@ export default {
             this.loading = false;
             if (_data.length) {
               _data = _data[0];
-              if (["15", "45", "78"].includes(_data.atool)) {
+              if (["15", "45", "78", "79"].includes(_data.atool)) {
                 let _work = JSON.parse(decodeURIComponent(_data.content));
                 this.studentWork = _work;
                 this.studentWorkToWorkData();