Browse Source

bug 修复

lilei 3 years ago
parent
commit
ddbc9d8510
1 changed files with 1 additions and 1 deletions
  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'
     }
   },