From f4d049bdca9711bb1ae139a8be093d449057e21b Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期三, 17 一月 2024 17:03:10 +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