ZhaoChenguang 6 달 전
부모
커밋
339d6c9cf4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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) {