From 04cd5aa1b3f1b45025d75feef31ea4f911f1f8e5 Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期二, 16 一月 2024 16:31:33 +0800 Subject: [PATCH] 工单优化 --- jcdm-ui/src/views/main/bs/formulaChild/index.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/formulaChild/index.vue b/jcdm-ui/src/views/main/bs/formulaChild/index.vue index e02bba7..4134b5e 100644 --- a/jcdm-ui/src/views/main/bs/formulaChild/index.vue +++ b/jcdm-ui/src/views/main/bs/formulaChild/index.vue @@ -368,6 +368,7 @@ let formulaCode = this.$route.query.formulaCode; this.queryParams.formulaCode = formulaCode; this.formulaCode = formulaCode; + this.form.formulaCode = formulaCode; this.headerInformation(); this.getList(); }, -- Gitblit v1.9.3