doway-coms 2.1.3 → 2.1.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "doway-coms",
3
- "version": "2.1.3",
3
+ "version": "2.1.4",
4
4
  "description": "doway组件库",
5
5
  "author": "dowaysoft",
6
6
  "main": "packages/index.js",
@@ -2614,7 +2614,7 @@ export default {
2614
2614
  ) {
2615
2615
  if (column.params && column.params.route) {
2616
2616
  let tempRouteName = column.params.route.name
2617
- let tempRouteQuery = column.params.route.field
2617
+ let tempRouteQuery = row[column.params.route.field]
2618
2618
  if (XEUtils.isArray(tempRouteName)) {
2619
2619
  //需要不同条件跳转不同页面
2620
2620
  for (let i = 0; i < tempRouteName.length; i++) {