diff --git a/ruoyi-ui/src/views/fantang/catering/index.vue b/ruoyi-ui/src/views/fantang/catering/index.vue index 97fbce93d..69b11f18f 100644 --- a/ruoyi-ui/src/views/fantang/catering/index.vue +++ b/ruoyi-ui/src/views/fantang/catering/index.vue @@ -261,9 +261,9 @@ @@ -542,14 +542,13 @@ export default { // 响应营养配餐用餐安排多选列表 changeDinnerType(value) { - console.log(value) if (value.length === 1) this.form.frequency = 'qd'; else if (value.length === 2) this.form.frequency = 'bid'; else if (value.length === 3) this.form.frequency = 'tid'; - else + else if (value.length === 4) this.form.frequency = 'qn'; }, // 响应科室信息切换