From 8f6607b970230ed2f7c9f1845e6446e50438b44b Mon Sep 17 00:00:00 2001 From: hdy <1105738590@qq.com> Date: 星期四, 18 一月 2024 16:22:40 +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