three-trees-ui 1.0.32 → 1.0.33

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.
@@ -4677,7 +4677,7 @@ if (typeof window !== 'undefined' && window.Vue) {
4677
4677
  /***/ "9224":
4678
4678
  /***/ (function(module) {
4679
4679
 
4680
- module.exports = JSON.parse("{\"a\":\"1.0.32\"}");
4680
+ module.exports = JSON.parse("{\"a\":\"1.0.33\"}");
4681
4681
 
4682
4682
  /***/ }),
4683
4683
 
@@ -33823,6 +33823,12 @@ var SubPagination = __webpack_require__("1639");
33823
33823
  return datapath => {
33824
33824
  return SubPagination["a" /* default */].getPageOffset(datapath, this);
33825
33825
  };
33826
+ },
33827
+ // 是否为待办单
33828
+ isTodoForm() {
33829
+ const types = ['MyDelegate', 'done', 'LeaderDone', 'request'];
33830
+ const type = this.$route.query.type || '';
33831
+ return types.includes(type) || this.$route.query.readId;
33826
33832
  }
33827
33833
  },
33828
33834
  mounted() {
@@ -4686,7 +4686,7 @@ if (typeof window !== 'undefined' && window.Vue) {
4686
4686
  /***/ "9224":
4687
4687
  /***/ (function(module) {
4688
4688
 
4689
- module.exports = JSON.parse("{\"a\":\"1.0.32\"}");
4689
+ module.exports = JSON.parse("{\"a\":\"1.0.33\"}");
4690
4690
 
4691
4691
  /***/ }),
4692
4692
 
@@ -33832,6 +33832,12 @@ var SubPagination = __webpack_require__("1639");
33832
33832
  return datapath => {
33833
33833
  return SubPagination["a" /* default */].getPageOffset(datapath, this);
33834
33834
  };
33835
+ },
33836
+ // 是否为待办单
33837
+ isTodoForm() {
33838
+ const types = ['MyDelegate', 'done', 'LeaderDone', 'request'];
33839
+ const type = this.$route.query.type || '';
33840
+ return types.includes(type) || this.$route.query.readId;
33835
33841
  }
33836
33842
  },
33837
33843
  mounted() {