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="'/main/formula-data/index/' + 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>