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) => {