fmui-base 2.0.36 → 2.0.37
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/README.md
CHANGED
|
@@ -403,7 +403,7 @@ var MyGrid = function (_React$Component) {
|
|
|
403
403
|
key: 'skip2Zhuanti',
|
|
404
404
|
value: function skip2Zhuanti(item) {
|
|
405
405
|
var code = item.data.props.code;
|
|
406
|
-
location.hash = "topicservice/" +
|
|
406
|
+
location.hash = "topicservice/" + code;
|
|
407
407
|
}
|
|
408
408
|
|
|
409
409
|
//跳转到我的事项
|