eoss-mobiles 0.4.4 → 0.4.5

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 (202) hide show
  1. package/CHANGELOG.md +95 -0
  2. package/lib/eoss-mobile.common.js +44 -41
  3. package/lib/flow.js +10 -7
  4. package/lib/index.js +1 -1
  5. package/lib/radio.js +5 -5
  6. package/lib/selector.js +28 -28
  7. package/lib/theme-chalk/fonts/iconfont.scss +98 -98
  8. package/lib/theme-chalk/fonts/iconfont1.scss +90 -90
  9. package/package.json +1 -1
  10. package/packages/action-sheet/index.js +5 -5
  11. package/packages/action-sheet/src/main.vue +32 -32
  12. package/packages/button/index.js +5 -5
  13. package/packages/button/src/main.vue +15 -15
  14. package/packages/button-group/index.js +5 -5
  15. package/packages/button-group/src/main.vue +80 -80
  16. package/packages/calendar/index.js +5 -5
  17. package/packages/calendar/src/main.vue +34 -34
  18. package/packages/cascader/index.js +5 -5
  19. package/packages/cascader/src/main.vue +39 -39
  20. package/packages/cell/index.js +5 -5
  21. package/packages/cell/src/main.vue +77 -77
  22. package/packages/checkbox/index.js +5 -5
  23. package/packages/checkbox/src/main.vue +232 -232
  24. package/packages/circle/index.js +5 -5
  25. package/packages/circle/src/main.vue +27 -27
  26. package/packages/count-down/index.js +5 -5
  27. package/packages/count-down/src/main.vue +27 -27
  28. package/packages/date/index.js +5 -5
  29. package/packages/date/src/date-time.vue +290 -290
  30. package/packages/date/src/main.vue +401 -401
  31. package/packages/empty/index.js +5 -5
  32. package/packages/empty/src/main.vue +16 -16
  33. package/packages/esign/index.js +5 -5
  34. package/packages/esign/src/main.vue +144 -144
  35. package/packages/field/index.js +5 -5
  36. package/packages/flow/index.js +5 -5
  37. package/packages/flow/src/components/Circulate.vue +595 -595
  38. package/packages/flow/src/components/Handle.vue +2404 -2404
  39. package/packages/flow/src/components/Message.vue +208 -208
  40. package/packages/flow/src/components/ProcessSettings.vue +342 -342
  41. package/packages/flow/src/components/supervise.vue +139 -139
  42. package/packages/flow/src/components/taskUnionExamine.vue +3 -0
  43. package/packages/flow/src/flowMix.js +288 -288
  44. package/packages/flow/src/main.vue +116 -116
  45. package/packages/flow-btn/index.js +5 -5
  46. package/packages/flow-btn/src/main.vue +494 -494
  47. package/packages/flow-list/index.js +5 -5
  48. package/packages/flow-list/src/main.vue +248 -248
  49. package/packages/form/index.js +5 -5
  50. package/packages/form/src/CustomCard.vue +201 -201
  51. package/packages/grid/index.js +5 -5
  52. package/packages/grid/src/main.vue +486 -486
  53. package/packages/grid-item/index.js +5 -5
  54. package/packages/grid-item/src/main.vue +16 -16
  55. package/packages/image/index.js +5 -5
  56. package/packages/image/src/main.vue +12 -12
  57. package/packages/image-preview/index.js +5 -5
  58. package/packages/list/index.js +5 -5
  59. package/packages/list/src/main.vue +32 -32
  60. package/packages/loading/index.js +5 -5
  61. package/packages/loading/src/main.vue +19 -19
  62. package/packages/nav-bar/index.js +5 -5
  63. package/packages/nav-bar/src/main.vue +24 -24
  64. package/packages/notice-bar/index.js +5 -5
  65. package/packages/notice-bar/src/main.vue +15 -15
  66. package/packages/pagination/index.js +5 -5
  67. package/packages/pagination/src/main.vue +73 -73
  68. package/packages/picker/index.js +5 -5
  69. package/packages/popover/index.js +5 -5
  70. package/packages/popover/src/main.vue +32 -32
  71. package/packages/popup/index.js +5 -5
  72. package/packages/popup/src/main.vue +27 -27
  73. package/packages/pull-refresh/index.js +5 -5
  74. package/packages/pull-refresh/src/main.vue +31 -31
  75. package/packages/radio/index.js +5 -5
  76. package/packages/radio/src/main.vue +179 -179
  77. package/packages/rate/index.js +5 -5
  78. package/packages/rate/src/main.vue +26 -26
  79. package/packages/retrial-auth/index.js +5 -5
  80. package/packages/retrial-auth/src/main.vue +257 -257
  81. package/packages/search/index.js +5 -5
  82. package/packages/search/src/main.vue +39 -39
  83. package/packages/selector/index.js +5 -5
  84. package/packages/selector/src/main.vue +186 -186
  85. package/packages/selector/src/selector-tree.vue +1117 -1117
  86. package/packages/selector/src/tree.vue +405 -405
  87. package/packages/skeleton/index.js +5 -5
  88. package/packages/skeleton/src/main.vue +17 -17
  89. package/packages/stepper/index.js +5 -5
  90. package/packages/stepper/src/main.vue +25 -25
  91. package/packages/swipe/index.js +5 -5
  92. package/packages/swipe/src/main.vue +42 -42
  93. package/packages/switch/index.js +5 -5
  94. package/packages/switch/src/main.vue +38 -38
  95. package/packages/tab/index.js +5 -5
  96. package/packages/tab/src/main.vue +16 -16
  97. package/packages/table/index.js +5 -5
  98. package/packages/table/src/main.vue +1006 -1006
  99. package/packages/table-column/index.js +5 -5
  100. package/packages/table-column/src/main.vue +931 -931
  101. package/packages/table-column/src/mixins/table.js +12 -12
  102. package/packages/tabs/index.js +5 -5
  103. package/packages/tabs/src/main.vue +34 -34
  104. package/packages/tag/index.js +5 -5
  105. package/packages/tag/src/main.vue +16 -16
  106. package/packages/theme-chalk/lib/action-sheet.css +0 -0
  107. package/packages/theme-chalk/lib/base.css +1 -0
  108. package/packages/theme-chalk/lib/button-group.css +1 -0
  109. package/packages/theme-chalk/lib/button.css +1 -0
  110. package/packages/theme-chalk/lib/calendar.css +1 -0
  111. package/packages/theme-chalk/lib/cascader.css +1 -0
  112. package/packages/theme-chalk/lib/cell.css +1 -0
  113. package/packages/theme-chalk/lib/checkbox.css +1 -0
  114. package/packages/theme-chalk/lib/circle.css +1 -0
  115. package/packages/theme-chalk/lib/count-down.css +0 -0
  116. package/packages/theme-chalk/lib/date.css +0 -0
  117. package/packages/theme-chalk/lib/empty.css +0 -0
  118. package/packages/theme-chalk/lib/esign.css +1 -0
  119. package/packages/theme-chalk/lib/field.css +1 -0
  120. package/packages/theme-chalk/lib/flow-btn.css +1 -0
  121. package/packages/theme-chalk/lib/flow-list-task-read.css +1 -0
  122. package/packages/theme-chalk/lib/flow-list.css +1 -0
  123. package/packages/theme-chalk/lib/flow.css +1 -0
  124. package/packages/theme-chalk/lib/fonts/iconfont.scss +98 -0
  125. package/packages/theme-chalk/lib/fonts/iconfont.ttf +0 -0
  126. package/packages/theme-chalk/lib/fonts/iconfont.woff +0 -0
  127. package/packages/theme-chalk/lib/fonts/iconfont1.scss +90 -0
  128. package/packages/theme-chalk/lib/form.css +1 -0
  129. package/packages/theme-chalk/lib/grid-item.css +1 -0
  130. package/packages/theme-chalk/lib/grid.css +1 -0
  131. package/packages/theme-chalk/lib/icon.css +1 -0
  132. package/packages/theme-chalk/lib/image-preview.css +0 -0
  133. package/packages/theme-chalk/lib/image.css +0 -0
  134. package/packages/theme-chalk/lib/index.css +1 -0
  135. package/packages/theme-chalk/lib/list.css +0 -0
  136. package/packages/theme-chalk/lib/loading.css +0 -0
  137. package/packages/theme-chalk/lib/nav-bar.css +0 -0
  138. package/packages/theme-chalk/lib/navbar.css +1 -0
  139. package/packages/theme-chalk/lib/notice-bar.css +0 -0
  140. package/packages/theme-chalk/lib/pagination.css +1 -0
  141. package/packages/theme-chalk/lib/picker.css +1 -0
  142. package/packages/theme-chalk/lib/popover.css +0 -0
  143. package/packages/theme-chalk/lib/popup.css +0 -0
  144. package/packages/theme-chalk/lib/pull-refresh.css +0 -0
  145. package/packages/theme-chalk/lib/radio.css +1 -0
  146. package/packages/theme-chalk/lib/rate.css +0 -0
  147. package/packages/theme-chalk/lib/retrial-auth.css +1 -0
  148. package/packages/theme-chalk/lib/search.css +0 -0
  149. package/packages/theme-chalk/lib/selector.css +1 -0
  150. package/packages/theme-chalk/lib/skeleton.css +0 -0
  151. package/packages/theme-chalk/lib/stepper.css +1 -0
  152. package/packages/theme-chalk/lib/swipe.css +0 -0
  153. package/packages/theme-chalk/lib/switch.css +1 -0
  154. package/packages/theme-chalk/lib/tab.css +0 -0
  155. package/packages/theme-chalk/lib/table-column.css +0 -0
  156. package/packages/theme-chalk/lib/table.css +1 -0
  157. package/packages/theme-chalk/lib/tabs.css +1 -0
  158. package/packages/theme-chalk/lib/tag.css +1 -0
  159. package/packages/theme-chalk/lib/theme.css +0 -0
  160. package/packages/theme-chalk/lib/tree.css +1 -0
  161. package/packages/theme-chalk/lib/uploader.css +0 -0
  162. package/packages/theme-chalk/src/base.scss +195 -195
  163. package/packages/theme-chalk/src/button-group.scss +25 -25
  164. package/packages/theme-chalk/src/button.scss +2 -2
  165. package/packages/theme-chalk/src/calendar.scss +11 -11
  166. package/packages/theme-chalk/src/cascader.scss +11 -11
  167. package/packages/theme-chalk/src/cell.scss +14 -14
  168. package/packages/theme-chalk/src/checkbox.scss +9 -9
  169. package/packages/theme-chalk/src/circle.scss +6 -6
  170. package/packages/theme-chalk/src/common/var.scss +1525 -1525
  171. package/packages/theme-chalk/src/esign.scss +51 -51
  172. package/packages/theme-chalk/src/field.scss +98 -98
  173. package/packages/theme-chalk/src/flow-btn.scss +99 -99
  174. package/packages/theme-chalk/src/flow-list.scss +122 -122
  175. package/packages/theme-chalk/src/fonts/iconfont.scss +98 -98
  176. package/packages/theme-chalk/src/fonts/iconfont1.scss +90 -90
  177. package/packages/theme-chalk/src/grid-item.scss +16 -16
  178. package/packages/theme-chalk/src/grid.scss +46 -46
  179. package/packages/theme-chalk/src/icon.scss +1661 -1661
  180. package/packages/theme-chalk/src/mixins/color.scss +117 -117
  181. package/packages/theme-chalk/src/navbar.scss +5 -5
  182. package/packages/theme-chalk/src/pagination.scss +12 -12
  183. package/packages/theme-chalk/src/picker.scss +31 -31
  184. package/packages/theme-chalk/src/radio.scss +6 -6
  185. package/packages/theme-chalk/src/retrial-auth.scss +28 -28
  186. package/packages/theme-chalk/src/selector.scss +247 -247
  187. package/packages/theme-chalk/src/stepper.scss +9 -9
  188. package/packages/theme-chalk/src/switch.scss +5 -5
  189. package/packages/theme-chalk/src/table.scss +86 -86
  190. package/packages/theme-chalk/src/tabs.scss +31 -31
  191. package/packages/theme-chalk/src/tag.scss +12 -12
  192. package/packages/theme-chalk/src/theme.scss +1 -1
  193. package/packages/theme-chalk/src/tree.scss +127 -127
  194. package/packages/uploader/index.js +5 -5
  195. package/src/config/api.js +190 -190
  196. package/src/index.js +1 -1
  197. package/src/utils/axios.js +217 -217
  198. package/src/utils/date-util.js +312 -312
  199. package/src/utils/http.js +106 -106
  200. package/src/utils/rules.js +18 -18
  201. package/src/utils/store.js +21 -21
  202. package/packages/theme-chalk/gulpfile.js +0 -25
package/CHANGELOG.md ADDED
@@ -0,0 +1,95 @@
1
+ ## 更新日志
2
+
3
+ ### 0.2.72
4
+
5
+ - 2024-08-12
6
+ - fix:<br/>1. table 新增属性 open-enlarge 是否开启横批功能、enlarge-color 横批图标颜色、enlarge-size 横批图标大小
7
+ - 版本号:0.2.72
8
+ - 2024-08-07
9
+ - fix:<br/>1. picker 新增属性 is-search 是否开启搜索功能、search-key 搜索字段名
10
+ <br/>2. selector 新增属性 show-name-icon 是否展示名称图标、name-size 图标大小、name-bg-color 图标背景颜色、name-color 图标字体颜色、show-count 是否展示数量、count-key 数量字段名、unit 数量单位、count-position 数量展示位置<br/>
11
+ - 版本号:0.2.70
12
+ - 2024-02-27
13
+ - fix:<br/>1. picker 新增属性 object-type 是否返回对象格式<br/>
14
+ - 版本号:0.2.31
15
+ - 2024-02-26
16
+ - feat:<br/>1. 新增 flow-list 流程列表<br/>2. 新增 flow-btn 流程按钮<br/>
17
+ - 版本号:0.2.30
18
+ - 2024-01-25
19
+ - fix:<br/>1. 新增 NoticeBar 通知栏<br/>2. 新增 RetrialAuth 二次鉴权<br/>3.Table 优化<br/>4.flow 流程组件新增同意/不同意功能<br/>5.Checkbox、Radio 组件新增 allow-html 属性:是否允许文字渲染 HTML
20
+ - 版本号:0.2.20
21
+ - 2024-01-03
22
+ - fix:<br/>1. 新增 Swipe 轮播组件<br/>2. selector 组件优化
23
+ - 版本号:0.2.11
24
+ - 2023-12-20
25
+ - fix:<br/>1. 新增 Esign 手写签批组件<br/>2. selector 组件新增 left-icon 方法
26
+ - 版本号:0.2.4
27
+ - 2023-12-14
28
+ - fix:<br/>1. selector 组件新增属性 show-tree 只展示选择树、新增 tree-icon 插槽 自定义左侧图标<br/>2. table 组件样式优化
29
+ - 版本号:0.1.96
30
+ - 2023-12-08
31
+ - fix:<br/>1. input 组件新增属性 required-position 必填图标展示的位置<br/>2. form 组件优化验证表格<br/>3. table 组件样式优化
32
+ - 版本号:0.1.90
33
+ - 2023-12-05
34
+ - fix:<br/>1. input 组件新增属性 show-password 是否显示切换密码图标<br/>2. form 组件优化验证表格<br/>3. flow 组件优化
35
+ - 版本号:0.1.84
36
+ - 2023-11-29
37
+ - feat:<br/>1. flow 组件新增会签流程、接口前缀 base-url、优化驳回和分阅流程意见乱码问题<br/>2. form 组件新增表格配置、show-btn 是否展示按钮属性<br/>3. picker 组件新增接口 befor-response 返回成功后回调<br/>4. input 组件新增属性 label-position 表单域提示文字的位置
38
+ - 版本号:0.1.73
39
+ - 2023-11-06
40
+ - fix:<br/>1. Date 组件优化<br/>2. flow 组件配置优化
41
+ - 版本号:0.1.34
42
+ - 2023-10-24
43
+ - feat:<br/>1. Selector 组件新增分类选择人员部门,配置多个 tabs 类型时有效<br/>2. flow 组件新增联合审核、征求意见、稿件递送流程
44
+ - 版本号:0.1.28
45
+ - 2023-08-04
46
+ - feat:<br/>1.新增 Rate 评分组件<br/>2.新增 Loading 加载组件<br/>3.新增 ActionSheet 动作面板
47
+ - 版本号:0.1.11
48
+ - 2023-07-31
49
+ - feat:<br/>1.新增 Calendar 日历组件<br/>2.新增 CountDown 倒计时组件<br/>3.新增 Form 表单组件<br/>4.新增 Skeleton 骨架屏组件<br/>5.新增 Cascader 级联选择组件
50
+ - 版本号:0.1.3
51
+ - 2023-07-06
52
+ - feat:<br/>1.新增 Table 数据表格组件<br/>2.新增 Popover 气泡弹出框组件<br/>3.新增 Pagination 分页组件<br/>4.新增 Circle 环形进度条组件
53
+ - 版本号:0.1.2
54
+ - 2023-06-26
55
+ - fix:Selector 人员(单位)选择器组件优化。
56
+ - 版本号:0.0.81
57
+ - 2023-06-21
58
+ - fix:Flow 流程组件样式优化。
59
+ - 版本号:0.0.80
60
+ - 2023-06-21
61
+ - feat:新增 Flow 流程组件。
62
+ - 版本号:0.0.78
63
+ - 2023-06-20
64
+ - fix:Selector 人员(单位)选择器样式优化、点击节点渲染数据问题。
65
+ - 版本号:0.0.77
66
+ - 2023-06-19
67
+ - fix:Selector 人员(单位)选择器新增自定义插槽、搜索功能展示/隐藏(show-search)、是否可选企业功能(is-enterprise)
68
+ - 版本号:0.0.72
69
+ - 2023-06-07
70
+ - fix:<br/>1.优化 Picker 选择器组件多选时删除数据后反显问题<br/>2.优化 Date 日期选择器选择完整时间时需要点击两次确认数据才能反显
71
+ - 版本号:0.0.71
72
+ - 2023-06-07
73
+ - fix:Selector 组件优化
74
+ - 2023-06-05
75
+ - feat:新增 Empty 空状态、Grid 宫格组件
76
+ - 2023-05-14
77
+ - fix:Date 时间选择器组件优化
78
+ - 2023-05-08
79
+ - feat:新增 NavBar 导航栏组件
80
+ - 2023-05-06
81
+ - feat:新增 List 列表组件
82
+ - 2023-05-04
83
+ - fix:Selector 人员选择器组件优化
84
+ - 2023-04-25
85
+ - fix:Picker 组件优化
86
+ - 2023-04-24
87
+ - feat:新增标签组件
88
+ - 2023-04-24
89
+ - fix:选择器组件优化
90
+ - 2023-04-19
91
+ - fix:Picker 组件优化
92
+ - 2023-04-04
93
+ - feat:新增组件
94
+ - 2023-03-01
95
+ - feat: 新建项目
@@ -4502,12 +4502,12 @@ var _props, _methods;
4502
4502
  });
4503
4503
  },
4504
4504
 
4505
- /**
4506
- * delteList
4507
- * @desc:删除选中的数据
4508
- * @date 2023年3月6日
4509
- * @author liufan
4510
- * @param {String,Number} i 点击数据的下标
4505
+ /**
4506
+ * delteList
4507
+ * @desc:删除选中的数据
4508
+ * @date 2023年3月6日
4509
+ * @author liufan
4510
+ * @param {String,Number} i 点击数据的下标
4511
4511
  */
4512
4512
  delteList: function delteList(i) {
4513
4513
  this.oldIsSearch = this.isSearch;
@@ -4530,11 +4530,11 @@ var _props, _methods;
4530
4530
  }
4531
4531
  },
4532
4532
 
4533
- /**
4534
- * onSearch
4535
- * @desc:条件搜索
4536
- * @date 2023年3月6日
4537
- * @author liufan
4533
+ /**
4534
+ * onSearch
4535
+ * @desc:条件搜索
4536
+ * @date 2023年3月6日
4537
+ * @author liufan
4538
4538
  */
4539
4539
  onSearch: function onSearch() {
4540
4540
  var _this5 = this;
@@ -4553,11 +4553,11 @@ var _props, _methods;
4553
4553
  }, 1000);
4554
4554
  },
4555
4555
 
4556
- /**
4557
- * getContent
4558
- * @desc:获取数据
4559
- * @date 2023年3月6日
4560
- * @author liufan
4556
+ /**
4557
+ * getContent
4558
+ * @desc:获取数据
4559
+ * @date 2023年3月6日
4560
+ * @author liufan
4561
4561
  */
4562
4562
  getContent: function getContent(name, isSearch) {
4563
4563
  var _this6 = this;
@@ -5534,12 +5534,12 @@ var selector_field_component = normalizeComponent(
5534
5534
  this.$emit('selector-click', this.showSelectorTree);
5535
5535
  },
5536
5536
 
5537
- /**
5538
- * handleDispose
5539
- * @desc:确认选人
5540
- * @date 2023年3月6日
5541
- * @author liufan
5542
- * @param {Object} val 选中的人员/单位
5537
+ /**
5538
+ * handleDispose
5539
+ * @desc:确认选人
5540
+ * @date 2023年3月6日
5541
+ * @author liufan
5542
+ * @param {Object} val 选中的人员/单位
5543
5543
  */
5544
5544
  handleDispose: function handleDispose(val) {
5545
5545
  this.inputValue = '';
@@ -5557,12 +5557,12 @@ var selector_field_component = normalizeComponent(
5557
5557
  this.$emit('selector-click', this.showSelectorTree);
5558
5558
  },
5559
5559
 
5560
- /**
5561
- * handleChangeSel
5562
- * @desc:输入框数据发生变化时
5563
- * @date 2023年3月6日
5564
- * @author liufan
5565
- * @param {Array} val 变化后的选中数据
5560
+ /**
5561
+ * handleChangeSel
5562
+ * @desc:输入框数据发生变化时
5563
+ * @date 2023年3月6日
5564
+ * @author liufan
5565
+ * @param {Array} val 变化后的选中数据
5566
5566
  */
5567
5567
  handleChangeSel: function handleChangeSel(val) {
5568
5568
  if (val) {
@@ -6227,11 +6227,11 @@ var mainvue_type_script_lang_js_extends = Object.assign || function (target) { f
6227
6227
  return util["a" /* default */].exclAttribute({ data: data, attrs: attrs });
6228
6228
  },
6229
6229
 
6230
- /**
6231
- * handleChange
6232
- * @desc:当绑定值变化时触发的事件
6233
- * @date 2023年3月6日
6234
- * @author liufan
6230
+ /**
6231
+ * handleChange
6232
+ * @desc:当绑定值变化时触发的事件
6233
+ * @date 2023年3月6日
6234
+ * @author liufan
6235
6235
  */
6236
6236
  // handleChange(val) {
6237
6237
  // this.$emit('change', val);
@@ -23340,8 +23340,8 @@ var TaskRead_component = normalizeComponent(
23340
23340
  )
23341
23341
 
23342
23342
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
23343
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=4e5fd087
23344
- var taskUnionExaminevue_type_template_id_4e5fd087_render = function () {
23343
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=7172b5d0
23344
+ var taskUnionExaminevue_type_template_id_7172b5d0_render = function () {
23345
23345
  var _vm = this
23346
23346
  var _h = _vm.$createElement
23347
23347
  var _c = _vm._self._c || _h
@@ -23509,11 +23509,11 @@ var taskUnionExaminevue_type_template_id_4e5fd087_render = function () {
23509
23509
  ]),
23510
23510
  ])
23511
23511
  }
23512
- var taskUnionExaminevue_type_template_id_4e5fd087_staticRenderFns = []
23513
- taskUnionExaminevue_type_template_id_4e5fd087_render._withStripped = true
23512
+ var taskUnionExaminevue_type_template_id_7172b5d0_staticRenderFns = []
23513
+ taskUnionExaminevue_type_template_id_7172b5d0_render._withStripped = true
23514
23514
 
23515
23515
 
23516
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=4e5fd087
23516
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=7172b5d0
23517
23517
 
23518
23518
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
23519
23519
  var taskUnionExaminevue_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; };
@@ -23732,6 +23732,9 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
23732
23732
  } else {
23733
23733
  this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
23734
23734
  }
23735
+ if (this.type == 'startDraf') {
23736
+ this.params.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
23737
+ }
23735
23738
  this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
23736
23739
  this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
23737
23740
  // this.newMultiple = this.multiple;
@@ -24204,8 +24207,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
24204
24207
 
24205
24208
  var taskUnionExamine_component = normalizeComponent(
24206
24209
  components_taskUnionExaminevue_type_script_lang_js,
24207
- taskUnionExaminevue_type_template_id_4e5fd087_render,
24208
- taskUnionExaminevue_type_template_id_4e5fd087_staticRenderFns,
24210
+ taskUnionExaminevue_type_template_id_7172b5d0_render,
24211
+ taskUnionExaminevue_type_template_id_7172b5d0_staticRenderFns,
24209
24212
  false,
24210
24213
  null,
24211
24214
  null,
@@ -32309,7 +32312,7 @@ if (typeof window !== 'undefined' && window.Vue) {
32309
32312
  }
32310
32313
 
32311
32314
  /* harmony default export */ var src = __webpack_exports__["default"] = ({
32312
- version: '0.4.4',
32315
+ version: '0.4.5',
32313
32316
  install: install,
32314
32317
  Button: packages_button,
32315
32318
  ButtonGroup: button_group,
package/lib/flow.js CHANGED
@@ -12121,8 +12121,8 @@ var TaskRead_component = Object(componentNormalizer["a" /* default */])(
12121
12121
  )
12122
12122
 
12123
12123
  /* harmony default export */ var TaskRead = (TaskRead_component.exports);
12124
- // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=4e5fd087
12125
- var taskUnionExaminevue_type_template_id_4e5fd087_render = function () {
12124
+ // CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=7172b5d0
12125
+ var taskUnionExaminevue_type_template_id_7172b5d0_render = function () {
12126
12126
  var _vm = this
12127
12127
  var _h = _vm.$createElement
12128
12128
  var _c = _vm._self._c || _h
@@ -12290,11 +12290,11 @@ var taskUnionExaminevue_type_template_id_4e5fd087_render = function () {
12290
12290
  ]),
12291
12291
  ])
12292
12292
  }
12293
- var taskUnionExaminevue_type_template_id_4e5fd087_staticRenderFns = []
12294
- taskUnionExaminevue_type_template_id_4e5fd087_render._withStripped = true
12293
+ var taskUnionExaminevue_type_template_id_7172b5d0_staticRenderFns = []
12294
+ taskUnionExaminevue_type_template_id_7172b5d0_render._withStripped = true
12295
12295
 
12296
12296
 
12297
- // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=4e5fd087
12297
+ // CONCATENATED MODULE: ./packages/flow/src/components/taskUnionExamine.vue?vue&type=template&id=7172b5d0
12298
12298
 
12299
12299
  // CONCATENATED MODULE: ./node_modules/babel-loader/lib!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow/src/components/taskUnionExamine.vue?vue&type=script&lang=js
12300
12300
  var taskUnionExaminevue_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; };
@@ -12513,6 +12513,9 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
12513
12513
  } else {
12514
12514
  this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params, this.selectorParams);
12515
12515
  }
12516
+ if (this.type == 'startDraf') {
12517
+ this.params.nofilid = this.orgId || JSON.parse(util["a" /* default */].getStorage('userInfo')).orgId;
12518
+ }
12516
12519
  this.params = taskUnionExaminevue_type_script_lang_js_extends({}, this.params);
12517
12520
  this.otherParams = taskUnionExaminevue_type_script_lang_js_extends({}, this.otherParams, this.selectorParams);
12518
12521
  // this.newMultiple = this.multiple;
@@ -12985,8 +12988,8 @@ var taskUnionExaminevue_type_script_lang_js_extends = Object.assign || function
12985
12988
 
12986
12989
  var taskUnionExamine_component = Object(componentNormalizer["a" /* default */])(
12987
12990
  components_taskUnionExaminevue_type_script_lang_js,
12988
- taskUnionExaminevue_type_template_id_4e5fd087_render,
12989
- taskUnionExaminevue_type_template_id_4e5fd087_staticRenderFns,
12991
+ taskUnionExaminevue_type_template_id_7172b5d0_render,
12992
+ taskUnionExaminevue_type_template_id_7172b5d0_staticRenderFns,
12990
12993
  false,
12991
12994
  null,
12992
12995
  null,