From 2be6c3c97f955f54e1a0c18101f525f917dacbd9 Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Mon, 18 Jan 2021 10:29:49 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=BF=8C=E5=8F=A3=EF=BC=8C?= =?UTF-8?q?=E6=8E=A8=E8=8D=90=E9=94=99=E4=B9=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/views/custom/ingredient/index.vue | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/stdiet-ui/src/views/custom/ingredient/index.vue b/stdiet-ui/src/views/custom/ingredient/index.vue index c218e6286..b44ef216f 100644 --- a/stdiet-ui/src/views/custom/ingredient/index.vue +++ b/stdiet-ui/src/views/custom/ingredient/index.vue @@ -306,7 +306,7 @@ - + { this.form = response.data; - this.form.notRecIds = this.form.rec - ? this.form.rec + this.form.notRecIds = this.form.notRec + ? this.form.notRec .split(",") .map( (label) => @@ -538,8 +538,8 @@ ).dictValue ) : []; - this.form.recIds = this.form.notRec - ? this.form.notRec + this.form.recIds = this.form.rec + ? this.form.rec .split(",") .map( (label) =>