Commit 6874c66e authored by 罗超's avatar 罗超

1

parent 41b84541
...@@ -1599,7 +1599,7 @@ export default { ...@@ -1599,7 +1599,7 @@ export default {
PayStyle: 0, PayStyle: 0,
FoodType: 0, //美食分类 FoodType: 0, //美食分类
FoodRecommendList: [{ FoodName: "", Sort: 0 }], //推荐菜品 FoodRecommendList: [{ FoodName: "", Sort: 0 }], //推荐菜品
IsShelves:1, IsShelves:0,
}, },
rules: { rules: {
//表单必填验证 //表单必填验证
......
...@@ -484,7 +484,6 @@ import MyEdit from "@/components/EditTemplate.vue"; ...@@ -484,7 +484,6 @@ import MyEdit from "@/components/EditTemplate.vue";
UsageTime:"", UsageTime:"",
IsShelves:0, IsShelves:0,
InstructionsList:"", InstructionsList:"",
IsShelves:1,
IsHoliday:1, IsHoliday:1,
MakeDay:0, MakeDay:0,
OtherTag:"", OtherTag:"",
......
...@@ -1250,7 +1250,7 @@ ...@@ -1250,7 +1250,7 @@
} }
], ],
FoodType:0, FoodType:0,
IsShelves:1, IsShelves:0,
}, },
rules: { rules: {
...@@ -1321,7 +1321,6 @@ ...@@ -1321,7 +1321,6 @@
methods: { methods: {
handleChange(value) { handleChange(value) {
console.log(value); console.log(value);
console.log(this.addMsg.FoodType); console.log(this.addMsg.FoodType);
}, },
//得到地图信息 //得到地图信息
......
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