diff --git a/src/views/shop/set/form.vue b/src/views/shop/set/form.vue
index 93f6902..6d55ab0 100644
--- a/src/views/shop/set/form.vue
+++ b/src/views/shop/set/form.vue
@@ -13,6 +13,9 @@
+
+
+
@@ -120,7 +123,8 @@ export default {
pic: '',
imageArr: [],
sort: 0,
- status: 1
+ status: 1,
+ color: null
}
}
}
diff --git a/src/views/shop/set/index.vue b/src/views/shop/set/index.vue
index 2964fc3..b877154 100644
--- a/src/views/shop/set/index.vue
+++ b/src/views/shop/set/index.vue
@@ -27,6 +27,7 @@
+
@@ -128,7 +129,8 @@ export default {
pic: data.map.pic,
imageArr: data.map.pic ? data.map.pic.split(',') : [],
sort: data.sort,
- status: data.status
+ status: data.status,
+ color: data.color
}
_this.dialog = true
}