mo 2 년 전
부모
커밋
1132fbfe2b
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. 2 1
      src/views/pms/product/components/ProductInfoDetail.vue

+ 2 - 1
src/views/pms/product/components/ProductInfoDetail.vue

@@ -232,8 +232,9 @@ export default {
             children: children,
           });
         }
-
+        // this.$set(this,'productCateOptions',this.productCateOptions)
       });
+
     },
     getBrandList() {
       fetchBrandList({ pageNum: 1, pageSize: 100 }).then((response) => {