From b99ab862effb9c017ffc17b6b53c4206907eea4e Mon Sep 17 00:00:00 2001 From: ryoeiken <754264374@qq.com> Date: Mon, 7 Dec 2020 08:18:48 +0800 Subject: [PATCH] =?UTF-8?q?=E7=97=85=E4=BA=BA=E6=8A=A5=E9=A4=90=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E5=BC=B9=E5=87=BA=E5=B1=82=E6=AD=A3=E9=A4=90=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-ui/src/views/fantang/foodDemand/index.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ruoyi-ui/src/views/fantang/foodDemand/index.vue b/ruoyi-ui/src/views/fantang/foodDemand/index.vue index 8f530b7d1..89f914de9 100644 --- a/ruoyi-ui/src/views/fantang/foodDemand/index.vue +++ b/ruoyi-ui/src/views/fantang/foodDemand/index.vue @@ -197,6 +197,7 @@ export default { components: {}, data() { return { + foodList:[], flagOptions: [{ value: 1, label: '启用' @@ -375,7 +376,7 @@ export default { getFoodDemand(id).then(response => { this.form = response.data; this.form.foods = this.form.foods.split(",").map(Number); - + this.form.type = this.selectDictLabel(this.typeOptions, row.type); this.open = true; this.title = "修改病人报餐"; });