eoss-mobiles 0.3.61 → 0.3.62

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": "eoss-mobiles",
3
- "version": "0.3.61",
3
+ "version": "0.3.62",
4
4
  "description": "eoss内部移动端业务组件",
5
5
  "main": "lib/eoss-mobile.common.js",
6
6
  "files": [
@@ -1891,6 +1891,7 @@ export default {
1891
1891
  message,
1892
1892
  data: { isCanFenyue, taskExamine, taskReadOpinionRequired }
1893
1893
  } = res;
1894
+ this.showFlowBtn = true
1894
1895
  if (status === 'success') {
1895
1896
  this.taskExamineInfo = taskExamine;
1896
1897
  this.isCanFenyue = isCanFenyue;
@@ -1905,6 +1906,8 @@ export default {
1905
1906
  })
1906
1907
  .catch((err) => {
1907
1908
  this.$toast.clear();
1909
+
1910
+ this.showFlowBtn = true
1908
1911
  if (err.message && err.message !== 'canceled') {
1909
1912
  this.$toast(err.message);
1910
1913
  }
package/src/index.js CHANGED
@@ -105,7 +105,7 @@ if (typeof window !== 'undefined' && window.Vue) {
105
105
  }
106
106
 
107
107
  export default {
108
- version: '0.3.61',
108
+ version: '0.3.62',
109
109
  install,
110
110
  Button,
111
111
  ButtonGroup,