2 Commits 867ca45f74 ... 3e87a314d2

Auteur SHA1 Message Date
  ZhaoChenguang 3e87a314d2 Merge branch 'feature/jiucuo-set' into testing il y a 5 mois
  ZhaoChenguang 339d6c9cf4 5.24.01 il y a 6 mois
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      product-set/src/views/jiucuo-set/index.vue

+ 1 - 1
product-set/src/views/jiucuo-set/index.vue

@@ -244,7 +244,7 @@ export default {
     getClassData(val) {
       getClass(getFormData({ grade: val })).then((res) => {
         this.classList = res.result;
-        this.classList.forEach((item) => {
+        this.classList?.forEach((item) => {
           this.classIdArr.push(item.class_id);
         });
         if (!this.bookName) {