jufubao-base 1.0.371 → 1.0.372

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": "jufubao-base",
3
- "version": "1.0.371",
3
+ "version": "1.0.372",
4
4
  "private": false,
5
5
  "description": "聚福宝业务组件基础插件包",
6
6
  "main": "index.js",
@@ -1717,7 +1717,9 @@ export default {
1717
1717
  this.reorderBtnItem = item;
1718
1718
  this.showReorderDialog = true;
1719
1719
  }else{
1720
- this.reorderNavigate(item);
1720
+ this.$nextTick(() => {
1721
+ this.reorderNavigate(item);
1722
+ })
1721
1723
  }
1722
1724
  }).catch(err => {
1723
1725
  this.$xdHideLoading();