Browse Source

bug 修复

lilei 3 năm trước cách đây
mục cha
commit
ddbc9d8510
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/common/productBrand.js

+ 1 - 1
src/views/common/productBrand.js

@@ -24,7 +24,7 @@ const ProductBrand = {
       default: ''
     },
     sysFlag: {
-      type: String,
+      type: [String,Number],
       default: '1'
     }
   },