eoss-ui 0.8.15 → 0.8.17

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.
Files changed (96) hide show
  1. package/lib/eoss-ui.common.js +207 -207
  2. package/lib/flow-list.js +96 -96
  3. package/lib/flow.js +83 -83
  4. package/lib/index.js +1 -1
  5. package/lib/main.js +5 -5
  6. package/lib/sizer.js +12 -12
  7. package/lib/theme-chalk/index.css +1 -1
  8. package/lib/theme-chalk/login.css +1 -1
  9. package/package.json +1 -1
  10. package/packages/button-group/src/main.vue +346 -346
  11. package/packages/calogin/src/main.vue +412 -412
  12. package/packages/clients/src/main.vue +151 -151
  13. package/packages/flow/src/component/CommonOpinions.vue +376 -376
  14. package/packages/flow/src/component/CustomPreset.vue +2 -2
  15. package/packages/flow/src/component/FileList.vue +97 -97
  16. package/packages/flow/src/component/Preset.vue +2 -2
  17. package/packages/flow/src/component/SendMsg.vue +242 -242
  18. package/packages/flow/src/component/SortFlow.vue +110 -110
  19. package/packages/flow/src/form.vue +123 -123
  20. package/packages/flow/src/freeStartFlow.vue +2 -2
  21. package/packages/flow/src/main.vue +2 -2
  22. package/packages/flow/src/processForm.vue +2 -2
  23. package/packages/flow/src/reset.vue +2 -2
  24. package/packages/flow/src/table.vue +58 -58
  25. package/packages/flow-list/src/main.vue +2337 -2337
  26. package/packages/form/src/table.vue +1512 -1512
  27. package/packages/icon/src/main.vue +104 -104
  28. package/packages/login/src/resetPassword.vue +557 -557
  29. package/packages/main/src/public/online.vue +89 -89
  30. package/packages/main/src/public/search.vue +464 -464
  31. package/packages/main/src/public/settings.vue +273 -273
  32. package/packages/main/src/simplicity/apps.vue +388 -388
  33. package/packages/main/src/simplicity/avatar.vue +82 -82
  34. package/packages/main/src/simplicity/handler.vue +158 -158
  35. package/packages/main/src/simplicity/menu-list.vue +135 -135
  36. package/packages/main/src/simplicity/message.vue +293 -293
  37. package/packages/main/src/simplicity/notice.vue +222 -222
  38. package/packages/main/src/simplicity/sub-menu.vue +276 -276
  39. package/packages/main/src/simplicity/user.vue +259 -259
  40. package/packages/main/src/simplicityTop/apps.vue +388 -388
  41. package/packages/main/src/simplicityTop/avatar.vue +82 -82
  42. package/packages/main/src/simplicityTop/handler.vue +215 -215
  43. package/packages/main/src/simplicityTop/lists.vue +84 -84
  44. package/packages/main/src/simplicityTop/menu-list.vue +135 -135
  45. package/packages/main/src/simplicityTop/message.vue +293 -293
  46. package/packages/main/src/simplicityTop/notice.vue +222 -222
  47. package/packages/main/src/simplicityTop/router-page.vue +45 -45
  48. package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
  49. package/packages/main/src/simplicityTop/user.vue +259 -259
  50. package/packages/nav/src/main.vue +351 -351
  51. package/packages/selector/src/main.vue +761 -761
  52. package/packages/selector-panel/src/main.vue +1036 -1036
  53. package/packages/selector-panel/src/selection.vue +174 -174
  54. package/packages/sizer/src/main.vue +7 -4
  55. package/packages/switch/src/main.vue +170 -170
  56. package/packages/theme-chalk/lib/index.css +1 -1
  57. package/packages/theme-chalk/lib/login.css +1 -1
  58. package/packages/theme-chalk/src/data-table.scss +297 -297
  59. package/packages/theme-chalk/src/flow-list.scss +55 -55
  60. package/packages/theme-chalk/src/form.scss +501 -501
  61. package/packages/theme-chalk/src/handler.scss +148 -148
  62. package/packages/theme-chalk/src/icon.scss +3452 -3452
  63. package/packages/theme-chalk/src/login.scss +1006 -1006
  64. package/packages/theme-chalk/src/main.scss +664 -664
  65. package/packages/theme-chalk/src/menu.scss +224 -224
  66. package/packages/theme-chalk/src/selector.scss +114 -114
  67. package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
  68. package/packages/theme-chalk/src/simplicity.scss +1403 -1403
  69. package/packages/theme-chalk/src/tree.scss +165 -165
  70. package/packages/theme-chalk/src/upload.scss +172 -172
  71. package/packages/tips/src/main.vue +141 -141
  72. package/packages/wujie/src/main.vue +146 -146
  73. package/src/config/api.js +348 -348
  74. package/src/index.js +163 -163
  75. package/src/utils/rules.js +18 -18
  76. package/packages/.DS_Store +0 -0
  77. package/packages/calogin/.DS_Store +0 -0
  78. package/packages/date-picker/.DS_Store +0 -0
  79. package/packages/date-picker/src/.DS_Store +0 -0
  80. package/packages/dialog/.DS_Store +0 -0
  81. package/packages/flow/.DS_Store +0 -0
  82. package/packages/flow/src/.DS_Store +0 -0
  83. package/packages/flow-list/.DS_Store +0 -0
  84. package/packages/form/.DS_Store +0 -0
  85. package/packages/icon/.DS_Store +0 -0
  86. package/packages/login/.DS_Store +0 -0
  87. package/packages/main/.DS_Store +0 -0
  88. package/packages/main/src/.DS_Store +0 -0
  89. package/packages/menu/.DS_Store +0 -0
  90. package/packages/select/.DS_Store +0 -0
  91. package/packages/selector/.DS_Store +0 -0
  92. package/packages/selector-panel/.DS_Store +0 -0
  93. package/packages/theme-chalk/src/.DS_Store +0 -0
  94. package/packages/upload/.DS_Store +0 -0
  95. package/src/.DS_Store +0 -0
  96. package/src/utils/.DS_Store +0 -0
package/lib/flow-list.js CHANGED
@@ -6590,11 +6590,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6590
6590
 
6591
6591
 
6592
6592
  methods: {
6593
- /**
6594
- * handleBatchDelete
6595
- * @desc:批量删除
6596
- * @author liufan
6597
- * @date 2025年12月31日
6593
+ /**
6594
+ * handleBatchDelete
6595
+ * @desc:批量删除
6596
+ * @author liufan
6597
+ * @date 2025年12月31日
6598
6598
  **/
6599
6599
  handleBatchDelete: function handleBatchDelete() {
6600
6600
  var _this6 = this;
@@ -6891,12 +6891,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6891
6891
  }
6892
6892
  },
6893
6893
 
6894
- /**
6895
- * handleFormSubmit
6896
- * @desc:删除节点点击事件
6897
- * @param {Object} formData 点击删除的form数据
6898
- * @author liufan
6899
- * @date 2022年11月29日
6894
+ /**
6895
+ * handleFormSubmit
6896
+ * @desc:删除节点点击事件
6897
+ * @param {Object} formData 点击删除的form数据
6898
+ * @author liufan
6899
+ * @date 2022年11月29日
6900
6900
  **/
6901
6901
  handleFormSubmit: function handleFormSubmit(formData) {
6902
6902
  var _this12 = this;
@@ -6932,12 +6932,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6932
6932
  });
6933
6933
  },
6934
6934
 
6935
- /**
6936
- * del
6937
- * @desc:展示删除弹窗
6938
- * @param {String} id 当前点击数据id
6939
- * @author liufan
6940
- * @date 2022年11月29日
6935
+ /**
6936
+ * del
6937
+ * @desc:展示删除弹窗
6938
+ * @param {String} id 当前点击数据id
6939
+ * @author liufan
6940
+ * @date 2022年11月29日
6941
6941
  **/
6942
6942
  del: function del(id, type) {
6943
6943
  this.modalType = type;
@@ -6945,12 +6945,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6945
6945
  this.showDel = true;
6946
6946
  },
6947
6947
 
6948
- /**
6949
- * handleCurrentChange
6950
- * @desc:监听页码变化
6951
- * @param {String} val 当前页
6952
- * @author liufan
6953
- * @date 2022年11月29日
6948
+ /**
6949
+ * handleCurrentChange
6950
+ * @desc:监听页码变化
6951
+ * @param {String} val 当前页
6952
+ * @author liufan
6953
+ * @date 2022年11月29日
6954
6954
  **/
6955
6955
  handleCurrentChange: function handleCurrentChange(val, type) {
6956
6956
  this.currentPage = val;
@@ -6959,12 +6959,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6959
6959
  }
6960
6960
  },
6961
6961
 
6962
- /**
6963
- * handleSizeChange
6964
- * @desc:监听每页数据显示数量变化
6965
- * @param {String} val 每页展示数量
6966
- * @author liufan
6967
- * @date 2022年11月29日
6962
+ /**
6963
+ * handleSizeChange
6964
+ * @desc:监听每页数据显示数量变化
6965
+ * @param {String} val 每页展示数量
6966
+ * @author liufan
6967
+ * @date 2022年11月29日
6968
6968
  **/
6969
6969
  handleSizeChange: function handleSizeChange(val) {
6970
6970
  this.pageSize = val;
@@ -6973,12 +6973,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6973
6973
  }
6974
6974
  },
6975
6975
 
6976
- /**
6977
- * sortChange
6978
- * @desc:监听排序变化
6979
- * @param {Object} info 需要排序的字段及排序方式
6980
- * @author liufan
6981
- * @date 2022年11月29日
6976
+ /**
6977
+ * sortChange
6978
+ * @desc:监听排序变化
6979
+ * @param {Object} info 需要排序的字段及排序方式
6980
+ * @author liufan
6981
+ * @date 2022年11月29日
6982
6982
  **/
6983
6983
  sortChange: function sortChange(info, type) {
6984
6984
  var prop = info.prop;
@@ -6994,11 +6994,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
6994
6994
  }
6995
6995
  },
6996
6996
 
6997
- /**
6998
- * getDeletList
6999
- * @desc:删除列表数据
7000
- * @author liufan
7001
- * @date 2025年12月30日
6997
+ /**
6998
+ * getDeletList
6999
+ * @desc:删除列表数据
7000
+ * @author liufan
7001
+ * @date 2025年12月30日
7002
7002
  **/
7003
7003
  getDeletList: function getDeletList() {
7004
7004
  var _this13 = this;
@@ -7027,11 +7027,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7027
7027
  });
7028
7028
  },
7029
7029
 
7030
- /**
7031
- * getResetList
7032
- * @desc:重设列表数据
7033
- * @author liufan
7034
- * @date 2025年12月30日
7030
+ /**
7031
+ * getResetList
7032
+ * @desc:重设列表数据
7033
+ * @author liufan
7034
+ * @date 2025年12月30日
7035
7035
  **/
7036
7036
  getResetList: function getResetList() {
7037
7037
  var _this14 = this;
@@ -7061,11 +7061,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7061
7061
  });
7062
7062
  },
7063
7063
 
7064
- /**
7065
- * getPressList
7066
- * @desc:催办列表数据
7067
- * @author liufan
7068
- * @date 2022年11月29日
7064
+ /**
7065
+ * getPressList
7066
+ * @desc:催办列表数据
7067
+ * @author liufan
7068
+ * @date 2022年11月29日
7069
7069
  **/
7070
7070
  getPressList: function getPressList() {
7071
7071
  var _this15 = this;
@@ -7095,12 +7095,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7095
7095
  });
7096
7096
  },
7097
7097
 
7098
- /**
7099
- * goPress
7100
- * @desc:催办列表查看
7101
- * @param {String} id 催办列表id
7102
- * @author liufan
7103
- * @date 2022年11月29日
7098
+ /**
7099
+ * goPress
7100
+ * @desc:催办列表查看
7101
+ * @param {String} id 催办列表id
7102
+ * @author liufan
7103
+ * @date 2022年11月29日
7104
7104
  **/
7105
7105
  goPress: function goPress(id) {
7106
7106
  this.historyId = id;
@@ -7108,23 +7108,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7108
7108
  this.getPressList();
7109
7109
  },
7110
7110
 
7111
- /**
7112
- * showFile
7113
- * @desc:附件查看
7114
- * @param {String} ownId 附件id
7115
- * @author liufan
7116
- * @date 2022年11月29日
7111
+ /**
7112
+ * showFile
7113
+ * @desc:附件查看
7114
+ * @param {String} ownId 附件id
7115
+ * @author liufan
7116
+ * @date 2022年11月29日
7117
7117
  **/
7118
7118
  showFile: function showFile(ownId) {
7119
7119
  this.wfpendingid = ownId;
7120
7120
  this.showFileList = true;
7121
7121
  },
7122
7122
 
7123
- /**
7124
- * handleChange
7125
- * @desc:切换排序方式
7126
- * @author liufan
7127
- * @date 2022年11月22日
7123
+ /**
7124
+ * handleChange
7125
+ * @desc:切换排序方式
7126
+ * @author liufan
7127
+ * @date 2022年11月22日
7128
7128
  **/
7129
7129
  handleChange: function handleChange(key, value) {
7130
7130
  if (value) {
@@ -7174,11 +7174,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7174
7174
  }))();
7175
7175
  },
7176
7176
 
7177
- /**
7178
- * getFlowList
7179
- * @desc:获取流程列表
7180
- * @author liufan
7181
- * @date 2022年11月22日
7177
+ /**
7178
+ * getFlowList
7179
+ * @desc:获取流程列表
7180
+ * @author liufan
7181
+ * @date 2022年11月22日
7182
7182
  **/
7183
7183
  getFlowList: function getFlowList(type) {
7184
7184
  var _this17 = this;
@@ -7258,12 +7258,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7258
7258
  });
7259
7259
  },
7260
7260
 
7261
- /**
7262
- * handleClick
7263
- * @desc:表单点击事件
7264
- * @param {Object} val 当前点击行数据及按钮
7265
- * @author liufan
7266
- * @date 2022年11月10日
7261
+ /**
7262
+ * handleClick
7263
+ * @desc:表单点击事件
7264
+ * @param {Object} val 当前点击行数据及按钮
7265
+ * @author liufan
7266
+ * @date 2022年11月10日
7267
7267
  **/
7268
7268
  handleClick: function handleClick(val) {
7269
7269
  var _this18 = this;
@@ -7309,13 +7309,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7309
7309
  }
7310
7310
  },
7311
7311
 
7312
- /**
7313
- * getCodeValue
7314
- * @desc:获取代码表过滤后的值
7315
- * @param {String} value 展示数据的代码值
7316
- * @param {String} type 代码表类型
7317
- * @author liufan
7318
- * @date 2022年11月10日
7312
+ /**
7313
+ * getCodeValue
7314
+ * @desc:获取代码表过滤后的值
7315
+ * @param {String} value 展示数据的代码值
7316
+ * @param {String} type 代码表类型
7317
+ * @author liufan
7318
+ * @date 2022年11月10日
7319
7319
  **/
7320
7320
  getCodeValue: function getCodeValue(value, type) {
7321
7321
  var val = this[type].filter(function (item) {
@@ -7324,12 +7324,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7324
7324
  return val[0].shortName;
7325
7325
  },
7326
7326
 
7327
- /**
7328
- * getSysInfo
7329
- * @desc:获取代码表
7330
- * @param {String} code 编码code值
7331
- * @author liufan
7332
- * @date 2022年11月10日
7327
+ /**
7328
+ * getSysInfo
7329
+ * @desc:获取代码表
7330
+ * @param {String} code 编码code值
7331
+ * @author liufan
7332
+ * @date 2022年11月10日
7333
7333
  **/
7334
7334
  getSysInfo: function getSysInfo(code) {
7335
7335
  var _this19 = this;
@@ -7351,11 +7351,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
7351
7351
  }).catch(function (e) {});
7352
7352
  },
7353
7353
 
7354
- /**
7355
- * getListInfo
7356
- * @desc:获取预设列表数据
7357
- * @author liufan
7358
- * @date 2022年11月10日
7354
+ /**
7355
+ * getListInfo
7356
+ * @desc:获取预设列表数据
7357
+ * @author liufan
7358
+ * @date 2022年11月10日
7359
7359
  **/
7360
7360
  getListInfo: function getListInfo() {
7361
7361
  var _this20 = this;
package/lib/flow.js CHANGED
@@ -4834,7 +4834,7 @@ module.exports = require("vuedraggable");
4834
4834
  // ESM COMPAT FLAG
4835
4835
  __webpack_require__.r(__webpack_exports__);
4836
4836
 
4837
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=8f765236&
4837
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
4838
4838
  var render = function () {
4839
4839
  var _vm = this
4840
4840
  var _h = _vm.$createElement
@@ -7916,7 +7916,7 @@ var staticRenderFns = []
7916
7916
  render._withStripped = true
7917
7917
 
7918
7918
 
7919
- // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=8f765236&
7919
+ // CONCATENATED MODULE: ./packages/flow/src/main.vue?vue&type=template&id=56a92ecc&
7920
7920
 
7921
7921
  // EXTERNAL MODULE: external "babel-runtime/regenerator"
7922
7922
  var regenerator_ = __webpack_require__(4);
@@ -8784,21 +8784,21 @@ var _components;
8784
8784
  return validSate;
8785
8785
  },
8786
8786
 
8787
- /**
8788
- * changeOpinion
8789
- * @desc:监听意见变化
8790
- * @author liufan
8791
- * @date 2022年10月28日
8787
+ /**
8788
+ * changeOpinion
8789
+ * @desc:监听意见变化
8790
+ * @author liufan
8791
+ * @date 2022年10月28日
8792
8792
  **/
8793
8793
  changeOpinion: function changeOpinion() {
8794
8794
  this.$emit('change', this.form.value);
8795
8795
  },
8796
8796
 
8797
- /**
8798
- * getCommonOpion
8799
- * @desc:获取意见
8800
- * @author liufan
8801
- * @date 2022年5月25日
8797
+ /**
8798
+ * getCommonOpion
8799
+ * @desc:获取意见
8800
+ * @author liufan
8801
+ * @date 2022年5月25日
8802
8802
  **/
8803
8803
  getCommonOpion: function getCommonOpion() {
8804
8804
  var _this = this;
@@ -8827,24 +8827,24 @@ var _components;
8827
8827
  });
8828
8828
  },
8829
8829
 
8830
- /**
8831
- * upDate
8832
- * @desc:修改常用语
8833
- * @author liufan
8834
- * @param {Object} val 修改值
8835
- * @date 2022年5月25日
8830
+ /**
8831
+ * upDate
8832
+ * @desc:修改常用语
8833
+ * @author liufan
8834
+ * @param {Object} val 修改值
8835
+ * @date 2022年5月25日
8836
8836
  **/
8837
8837
  upDate: function upDate(val) {
8838
8838
  this.FormData.id = val.id;
8839
8839
  this.addVisible = true;
8840
8840
  },
8841
8841
 
8842
- /**
8843
- * selectChange
8844
- * @desc:常用语选择
8845
- * @author liufan
8846
- * @param {String} val 选中值
8847
- * @date 2022年5月25日
8842
+ /**
8843
+ * selectChange
8844
+ * @desc:常用语选择
8845
+ * @author liufan
8846
+ * @param {String} val 选中值
8847
+ * @date 2022年5月25日
8848
8848
  **/
8849
8849
  selectChange: function selectChange(val) {
8850
8850
  var _this2 = this;
@@ -8863,12 +8863,12 @@ var _components;
8863
8863
  });
8864
8864
  },
8865
8865
 
8866
- /**
8867
- * del
8868
- * @desc:删除常用语
8869
- * @author liufan
8870
- * @param {Object} val 删除的数据
8871
- * @date 2022年5月25日
8866
+ /**
8867
+ * del
8868
+ * @desc:删除常用语
8869
+ * @author liufan
8870
+ * @param {Object} val 删除的数据
8871
+ * @date 2022年5月25日
8872
8872
  **/
8873
8873
  del: function del(val) {
8874
8874
  var _this3 = this;
@@ -8910,12 +8910,12 @@ var _components;
8910
8910
  }).catch(function (e) {});
8911
8911
  },
8912
8912
 
8913
- /**
8914
- * submit
8915
- * @desc:新增/编辑意见保存
8916
- * @author liufan
8917
- * @param {Object} val 保存数据
8918
- * @date 2022年5月25日
8913
+ /**
8914
+ * submit
8915
+ * @desc:新增/编辑意见保存
8916
+ * @author liufan
8917
+ * @param {Object} val 保存数据
8918
+ * @date 2022年5月25日
8919
8919
  **/
8920
8920
  submit: function submit(val) {
8921
8921
  var _this4 = this;
@@ -8980,8 +8980,8 @@ var CommonOpinions_component = Object(componentNormalizer["a" /* default */])(
8980
8980
  )
8981
8981
 
8982
8982
  /* harmony default export */ var CommonOpinions = (CommonOpinions_component.exports);
8983
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
8984
- var processFormvue_type_template_id_a2ba210a_render = function () {
8983
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
8984
+ var processFormvue_type_template_id_5c2c1688_render = function () {
8985
8985
  var _vm = this
8986
8986
  var _h = _vm.$createElement
8987
8987
  var _c = _vm._self._c || _h
@@ -9815,11 +9815,11 @@ var processFormvue_type_template_id_a2ba210a_render = function () {
9815
9815
  1
9816
9816
  )
9817
9817
  }
9818
- var processFormvue_type_template_id_a2ba210a_staticRenderFns = []
9819
- processFormvue_type_template_id_a2ba210a_render._withStripped = true
9818
+ var processFormvue_type_template_id_5c2c1688_staticRenderFns = []
9819
+ processFormvue_type_template_id_5c2c1688_render._withStripped = true
9820
9820
 
9821
9821
 
9822
- // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=a2ba210a&
9822
+ // CONCATENATED MODULE: ./packages/flow/src/processForm.vue?vue&type=template&id=5c2c1688&
9823
9823
 
9824
9824
  // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/selectUser.vue?vue&type=template&id=5424da0a&
9825
9825
  var selectUservue_type_template_id_5424da0a_render = function () {
@@ -10527,8 +10527,8 @@ var selectUser_component = Object(componentNormalizer["a" /* default */])(
10527
10527
  )
10528
10528
 
10529
10529
  /* harmony default export */ var selectUser = (selectUser_component.exports);
10530
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
10531
- var CustomPresetvue_type_template_id_3ce2700c_render = function () {
10530
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=9f7598ce&
10531
+ var CustomPresetvue_type_template_id_9f7598ce_render = function () {
10532
10532
  var _vm = this
10533
10533
  var _h = _vm.$createElement
10534
10534
  var _c = _vm._self._c || _h
@@ -10631,11 +10631,11 @@ var CustomPresetvue_type_template_id_3ce2700c_render = function () {
10631
10631
  1
10632
10632
  )
10633
10633
  }
10634
- var CustomPresetvue_type_template_id_3ce2700c_staticRenderFns = []
10635
- CustomPresetvue_type_template_id_3ce2700c_render._withStripped = true
10634
+ var CustomPresetvue_type_template_id_9f7598ce_staticRenderFns = []
10635
+ CustomPresetvue_type_template_id_9f7598ce_render._withStripped = true
10636
10636
 
10637
10637
 
10638
- // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=3ce2700c&
10638
+ // CONCATENATED MODULE: ./packages/flow/src/component/CustomPreset.vue?vue&type=template&id=9f7598ce&
10639
10639
 
10640
10640
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/CustomPreset.vue?vue&type=script&lang=js&
10641
10641
  var CustomPresetvue_type_script_lang_js_components;
@@ -10841,9 +10841,9 @@ var CustomPresetvue_type_script_lang_js_components;
10841
10841
  }
10842
10842
  if (val == 5 || val == 6) {
10843
10843
  params.filid = util["a" /* default */].getStorage('orgId');
10844
- params.deptid = util["a" /* default */].getStorage('orgId');
10844
+ params.mydeptid = util["a" /* default */].getStorage('depId');
10845
10845
  if (choiceDeptId) {
10846
- params.deptid = choiceDeptId;
10846
+ params.mydeptid = choiceDeptId;
10847
10847
  }
10848
10848
  if (choiceOrgId) {
10849
10849
  params.filid = choiceOrgId;
@@ -10958,8 +10958,8 @@ var CustomPresetvue_type_script_lang_js_components;
10958
10958
 
10959
10959
  var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
10960
10960
  component_CustomPresetvue_type_script_lang_js_,
10961
- CustomPresetvue_type_template_id_3ce2700c_render,
10962
- CustomPresetvue_type_template_id_3ce2700c_staticRenderFns,
10961
+ CustomPresetvue_type_template_id_9f7598ce_render,
10962
+ CustomPresetvue_type_template_id_9f7598ce_staticRenderFns,
10963
10963
  false,
10964
10964
  null,
10965
10965
  null,
@@ -10968,8 +10968,8 @@ var CustomPreset_component = Object(componentNormalizer["a" /* default */])(
10968
10968
  )
10969
10969
 
10970
10970
  /* harmony default export */ var CustomPreset = (CustomPreset_component.exports);
10971
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=6605ae22&
10972
- var Presetvue_type_template_id_6605ae22_render = function () {
10971
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=template&id=02818a75&
10972
+ var Presetvue_type_template_id_02818a75_render = function () {
10973
10973
  var _vm = this
10974
10974
  var _h = _vm.$createElement
10975
10975
  var _c = _vm._self._c || _h
@@ -11066,11 +11066,11 @@ var Presetvue_type_template_id_6605ae22_render = function () {
11066
11066
  1
11067
11067
  )
11068
11068
  }
11069
- var Presetvue_type_template_id_6605ae22_staticRenderFns = []
11070
- Presetvue_type_template_id_6605ae22_render._withStripped = true
11069
+ var Presetvue_type_template_id_02818a75_staticRenderFns = []
11070
+ Presetvue_type_template_id_02818a75_render._withStripped = true
11071
11071
 
11072
11072
 
11073
- // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=6605ae22&
11073
+ // CONCATENATED MODULE: ./packages/flow/src/component/Preset.vue?vue&type=template&id=02818a75&
11074
11074
 
11075
11075
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/component/Preset.vue?vue&type=script&lang=js&
11076
11076
  var Presetvue_type_script_lang_js_components;
@@ -11316,9 +11316,9 @@ var Presetvue_type_script_lang_js_components;
11316
11316
  }
11317
11317
  if (val == 5 || val == 6) {
11318
11318
  params.filid = util["a" /* default */].getStorage('orgId');
11319
- params.deptid = util["a" /* default */].getStorage('orgId');
11319
+ params.mydeptid = util["a" /* default */].getStorage('depId');
11320
11320
  if (choiceDeptId) {
11321
- params.deptid = choiceDeptId;
11321
+ params.mydeptid = choiceDeptId;
11322
11322
  }
11323
11323
  if (choiceOrgId) {
11324
11324
  params.filid = choiceOrgId;
@@ -11346,8 +11346,8 @@ var Presetvue_type_script_lang_js_components;
11346
11346
 
11347
11347
  var Preset_component = Object(componentNormalizer["a" /* default */])(
11348
11348
  component_Presetvue_type_script_lang_js_,
11349
- Presetvue_type_template_id_6605ae22_render,
11350
- Presetvue_type_template_id_6605ae22_staticRenderFns,
11349
+ Presetvue_type_template_id_02818a75_render,
11350
+ Presetvue_type_template_id_02818a75_staticRenderFns,
11351
11351
  false,
11352
11352
  null,
11353
11353
  null,
@@ -12774,9 +12774,9 @@ var processFormvue_type_script_lang_js_components;
12774
12774
  }
12775
12775
  if (val == 5 || val == 6) {
12776
12776
  params.filid = this.userModel.orgId;
12777
- params.deptid = this.userModel.orgId;
12777
+ params.mydeptid = this.userModel.depId;
12778
12778
  if (choiceDeptId) {
12779
- params.deptid = choiceDeptId;
12779
+ params.mydeptid = choiceDeptId;
12780
12780
  }
12781
12781
  if (choiceOrgId) {
12782
12782
  params.filid = choiceOrgId;
@@ -12933,8 +12933,8 @@ var processFormvue_type_script_lang_js_components;
12933
12933
 
12934
12934
  var processForm_component = Object(componentNormalizer["a" /* default */])(
12935
12935
  src_processFormvue_type_script_lang_js_,
12936
- processFormvue_type_template_id_a2ba210a_render,
12937
- processFormvue_type_template_id_a2ba210a_staticRenderFns,
12936
+ processFormvue_type_template_id_5c2c1688_render,
12937
+ processFormvue_type_template_id_5c2c1688_staticRenderFns,
12938
12938
  false,
12939
12939
  null,
12940
12940
  null,
@@ -15567,8 +15567,8 @@ var startTaskRead_component = Object(componentNormalizer["a" /* default */])(
15567
15567
  )
15568
15568
 
15569
15569
  /* harmony default export */ var startTaskRead = (startTaskRead_component.exports);
15570
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
15571
- var resetvue_type_template_id_f881f0ca_render = function () {
15570
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=template&id=2cd31ca4&
15571
+ var resetvue_type_template_id_2cd31ca4_render = function () {
15572
15572
  var _vm = this
15573
15573
  var _h = _vm.$createElement
15574
15574
  var _c = _vm._self._c || _h
@@ -16060,11 +16060,11 @@ var resetvue_type_template_id_f881f0ca_render = function () {
16060
16060
  1
16061
16061
  )
16062
16062
  }
16063
- var resetvue_type_template_id_f881f0ca_staticRenderFns = []
16064
- resetvue_type_template_id_f881f0ca_render._withStripped = true
16063
+ var resetvue_type_template_id_2cd31ca4_staticRenderFns = []
16064
+ resetvue_type_template_id_2cd31ca4_render._withStripped = true
16065
16065
 
16066
16066
 
16067
- // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=f881f0ca&
16067
+ // CONCATENATED MODULE: ./packages/flow/src/reset.vue?vue&type=template&id=2cd31ca4&
16068
16068
 
16069
16069
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/reset.vue?vue&type=script&lang=js&
16070
16070
  var resetvue_type_script_lang_js_extends = Object.assign || function (target) { for (var i = 1; i < arguments.length; i++) { var source = arguments[i]; for (var key in source) { if (Object.prototype.hasOwnProperty.call(source, key)) { target[key] = source[key]; } } } return target; };
@@ -16861,9 +16861,9 @@ var resetvue_type_script_lang_js_components;
16861
16861
  }
16862
16862
  if (val == 5 || val == 6) {
16863
16863
  params.filid = this.userModel.orgId;
16864
- params.deptid = this.userModel.orgId;
16864
+ params.mydeptid = this.userModel.depId;
16865
16865
  if (choiceDeptId) {
16866
- params.deptid = choiceDeptId;
16866
+ params.mydeptid = choiceDeptId;
16867
16867
  }
16868
16868
  if (choiceOrgId) {
16869
16869
  params.filid = choiceOrgId;
@@ -16978,8 +16978,8 @@ var resetvue_type_script_lang_js_components;
16978
16978
 
16979
16979
  var reset_component = Object(componentNormalizer["a" /* default */])(
16980
16980
  src_resetvue_type_script_lang_js_,
16981
- resetvue_type_template_id_f881f0ca_render,
16982
- resetvue_type_template_id_f881f0ca_staticRenderFns,
16981
+ resetvue_type_template_id_2cd31ca4_render,
16982
+ resetvue_type_template_id_2cd31ca4_staticRenderFns,
16983
16983
  false,
16984
16984
  null,
16985
16985
  null,
@@ -18008,8 +18008,8 @@ var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
18008
18008
  )
18009
18009
 
18010
18010
  /* harmony default export */ var taskUnionExamine = (taskUnionExamine_component.exports);
18011
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
18012
- var freeStartFlowvue_type_template_id_158663d8_render = function () {
18011
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=template&id=458144cd&
18012
+ var freeStartFlowvue_type_template_id_458144cd_render = function () {
18013
18013
  var _vm = this
18014
18014
  var _h = _vm.$createElement
18015
18015
  var _c = _vm._self._c || _h
@@ -20126,11 +20126,11 @@ var freeStartFlowvue_type_template_id_158663d8_render = function () {
20126
20126
  )
20127
20127
  : _vm._e()
20128
20128
  }
20129
- var freeStartFlowvue_type_template_id_158663d8_staticRenderFns = []
20130
- freeStartFlowvue_type_template_id_158663d8_render._withStripped = true
20129
+ var freeStartFlowvue_type_template_id_458144cd_staticRenderFns = []
20130
+ freeStartFlowvue_type_template_id_458144cd_render._withStripped = true
20131
20131
 
20132
20132
 
20133
- // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=158663d8&
20133
+ // CONCATENATED MODULE: ./packages/flow/src/freeStartFlow.vue?vue&type=template&id=458144cd&
20134
20134
 
20135
20135
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/freeStartFlow.vue?vue&type=script&lang=js&
20136
20136
 
@@ -22234,9 +22234,9 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22234
22234
  }
22235
22235
  if (val == 5 || val == 6) {
22236
22236
  this.params.filid = this.userModel.orgId;
22237
- this.params.deptid = this.userModel.orgId;
22237
+ this.params.mydeptid = this.userModel.depId;
22238
22238
  if (choiceDeptId) {
22239
- this.params.deptid = choiceDeptId;
22239
+ this.params.mydeptid = choiceDeptId;
22240
22240
  }
22241
22241
  if (choiceOrgId) {
22242
22242
  this.params.filid = choiceOrgId;
@@ -22886,8 +22886,8 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
22886
22886
 
22887
22887
  var freeStartFlow_component = Object(componentNormalizer["a" /* default */])(
22888
22888
  src_freeStartFlowvue_type_script_lang_js_,
22889
- freeStartFlowvue_type_template_id_158663d8_render,
22890
- freeStartFlowvue_type_template_id_158663d8_staticRenderFns,
22889
+ freeStartFlowvue_type_template_id_458144cd_render,
22890
+ freeStartFlowvue_type_template_id_458144cd_staticRenderFns,
22891
22891
  false,
22892
22892
  null,
22893
22893
  null,
@@ -27413,9 +27413,9 @@ function mainvue_type_script_lang_js_asyncToGenerator(fn) { return function () {
27413
27413
  }
27414
27414
  if (val == 5 || val == 6) {
27415
27415
  this.params.filid = this.userModel.orgId;
27416
- this.params.deptid = this.userModel.orgId;
27416
+ this.params.mydeptid = this.userModel.depId;
27417
27417
  if (choiceDeptId) {
27418
- this.params.deptid = choiceDeptId;
27418
+ this.params.mydeptid = choiceDeptId;
27419
27419
  }
27420
27420
  if (choiceOrgId) {
27421
27421
  this.params.filid = choiceOrgId;