|
@@ -123,7 +123,7 @@ export default {
|
|
|
|
|
|
getMealList() {
|
|
getMealList() {
|
|
let type = this.form.type === 0 ? 13 : 12
|
|
let type = this.form.type === 0 ? 13 : 12
|
|
- mealList(type, 2).then(res => {
|
|
|
|
|
|
+ mealList(type, 4).then(res => {
|
|
if (res.code === 0) {
|
|
if (res.code === 0) {
|
|
this.mealOptions = res.data
|
|
this.mealOptions = res.data
|
|
}
|
|
}
|