From 9a90543b32701590952806ed583347460bc04f76 Mon Sep 17 00:00:00 2001 From: jiang <1354748262@qq.com> Date: 星期一, 22 一月 2024 13:14:14 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- jcdm-ui/src/views/main/bs/formula/index.vue | 2 +- 1 files changed, 1 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> -- Gitblit v1.9.3