From 749044e9cd94ba864017e0eefb17469cd1f6770d Mon Sep 17 00:00:00 2001 From: cl <418351270@qq.com> Date: 星期二, 16 一月 2024 14:07:23 +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