ソースを参照

产品管理新增字段

LAPTOP-16IUEB3P\Lenovo 2 年 前
コミット
a2163ff2ba
1 ファイル変更1 行追加0 行削除
  1. 1 0
      src/views/material/product/index.vue

+ 1 - 0
src/views/material/product/index.vue

@@ -103,6 +103,7 @@
           ...where,
           pageNum: page,
           size: limit,
+          isProduct:true,
           categoryLevelId: this.categoryLevelId
         });
       },