lsc 2 bulan lalu
induk
melakukan
c132e9092e
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  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();