diff --git a/src/views/components/BrandSelect.vue b/src/views/components/BrandSelect.vue
index 8ce6046..6a7e6db 100644
--- a/src/views/components/BrandSelect.vue
+++ b/src/views/components/BrandSelect.vue
@@ -1,5 +1,5 @@
-
+
{{it.name}}
diff --git a/src/views/pms/product/AddProduct.vue b/src/views/pms/product/AddProduct.vue
index 91e157e..81fe0c6 100644
--- a/src/views/pms/product/AddProduct.vue
+++ b/src/views/pms/product/AddProduct.vue
@@ -5,34 +5,60 @@
基本信息
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
@@ -156,6 +182,7 @@ export default {
if (id) {
this.getInfo(id);
}else{
+ this.form.sort=1000
this.form.publishStatus=0
}
},