Procházet zdrojové kódy

Merge branch 'feature/jiucuo-set' into testing

ZhaoChenguang před 5 měsíci
rodič
revize
3e87a314d2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  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) {