From a6711108edecbb4893bf29fe77e00e33aa1a9e1f Mon Sep 17 00:00:00 2001 From: 懒羊羊 <15939171744@163.com> Date: 星期二, 16 一月 2024 09:22:07 +0800 Subject: [PATCH] 配方修改 --- jcdm-ui/src/views/main/bs/formula/index.vue | 2 +- jcdm-ui/src/views/main/bs/formulaChild/index.vue | 1 + 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/jcdm-ui/src/views/main/bs/formula/index.vue b/jcdm-ui/src/views/main/bs/formula/index.vue index f50734e..7eb5ac7 100644 --- a/jcdm-ui/src/views/main/bs/formula/index.vue +++ b/jcdm-ui/src/views/main/bs/formula/index.vue @@ -96,7 +96,7 @@ <!-- </el-table-column>--> <el-table-column label="閰嶆柟缂栫爜" width="130" align="center" :show-overflow-tooltip="true"> <template slot-scope="scope"> - <router-link :to="{path: '/main/formula-data/index/', query: {routeCode: scope.row.formulaCode }}" class="link-type"> + <router-link :to="{path: '/main/formula-data/index/', query: {formulaCode: scope.row.formulaCode }}" class="link-type"> <span>{{ scope.row.formulaCode }}</span> </router-link> </template> diff --git a/jcdm-ui/src/views/main/bs/formulaChild/index.vue b/jcdm-ui/src/views/main/bs/formulaChild/index.vue index fa88b49..da173fb 100644 --- a/jcdm-ui/src/views/main/bs/formulaChild/index.vue +++ b/jcdm-ui/src/views/main/bs/formulaChild/index.vue @@ -366,6 +366,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