From a926116fb540997e146301628637c07d4b2fbdd3 Mon Sep 17 00:00:00 2001 From: liuzeweilog <909920273@qq.com> Date: Tue, 2 Nov 2021 18:09:04 +0800 Subject: [PATCH] =?UTF-8?q?tips=E6=96=B0=E5=A2=9E=E7=BC=96=E8=BE=91?= =?UTF-8?q?=E5=9B=9E=E6=98=BE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/sce/tips/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/views/sce/tips/index.vue b/src/views/sce/tips/index.vue index f9f209c..6a75aba 100644 --- a/src/views/sce/tips/index.vue +++ b/src/views/sce/tips/index.vue @@ -20,7 +20,7 @@ - + @@ -143,9 +143,10 @@ + {{form.processCode}} @@ -476,7 +477,6 @@ export default { try { let res = await queryTipsDetail(id); this.form = res.data; - this.from.processId = res.data.processCode } catch (err) { } },