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

1

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