Commit 3963e692 by 张成

update

parent e17d8e26
...@@ -48,6 +48,7 @@ export default { ...@@ -48,6 +48,7 @@ export default {
if (valid) { if (valid) {
addRecommend(this.form).then((res) => { addRecommend(this.form).then((res) => {
this.$modal.msgSuccess("成功"); this.$modal.msgSuccess("成功");
this.open = false;
}); });
} }
}); });
......
...@@ -29,7 +29,7 @@ import TodaySpecial from './components/TodaySpecial.vue' ...@@ -29,7 +29,7 @@ import TodaySpecial from './components/TodaySpecial.vue'
export default { export default {
components: { AddShop, Machine, Commodity, Recommend }, components: { AddShop, Machine, Commodity, Recommend, TodaySpecial },
data() { data() {
return { return {
activeName: 'first', activeName: 'first',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment