eoss-ui 0.8.41 → 0.8.42
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/lib/eoss-ui.common.js +191 -159
- package/lib/flow.js +128 -128
- package/lib/index.js +1 -1
- package/lib/main.js +5 -5
- package/lib/selector.js +52 -20
- package/package.json +1 -1
- package/packages/.DS_Store +0 -0
- package/packages/button-group/src/main.vue +346 -346
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +412 -412
- package/packages/clients/src/main.vue +151 -151
- package/packages/date-picker/.DS_Store +0 -0
- package/packages/date-picker/src/.DS_Store +0 -0
- package/packages/dialog/.DS_Store +0 -0
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/.DS_Store +0 -0
- package/packages/flow/src/component/CustomPreset.vue +326 -326
- package/packages/flow/src/component/FileList.vue +97 -97
- package/packages/flow/src/component/SendMsg.vue +242 -242
- package/packages/flow/src/component/SortFlow.vue +110 -110
- package/packages/flow/src/form.vue +123 -123
- package/packages/flow/src/freeStartFlow.vue +2902 -2902
- package/packages/flow/src/processForm.vue +2032 -2032
- package/packages/flow/src/processReject.vue +323 -323
- package/packages/flow/src/table.vue +58 -58
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/form/.DS_Store +0 -0
- package/packages/form/src/table.vue +1512 -1512
- package/packages/icon/.DS_Store +0 -0
- package/packages/icon/src/main.vue +104 -104
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/resetPassword.vue +557 -557
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/.DS_Store +0 -0
- package/packages/main/src/public/online.vue +89 -89
- package/packages/main/src/public/search.vue +464 -464
- package/packages/main/src/public/settings.vue +273 -273
- package/packages/main/src/simplicity/apps.vue +388 -388
- package/packages/main/src/simplicity/avatar.vue +82 -82
- package/packages/main/src/simplicity/handler.vue +158 -158
- package/packages/main/src/simplicity/menu-list.vue +135 -135
- package/packages/main/src/simplicity/message.vue +293 -293
- package/packages/main/src/simplicity/notice.vue +222 -222
- package/packages/main/src/simplicity/sub-menu.vue +276 -276
- package/packages/main/src/simplicity/user.vue +259 -259
- package/packages/main/src/simplicityTop/apps.vue +388 -388
- package/packages/main/src/simplicityTop/avatar.vue +82 -82
- package/packages/main/src/simplicityTop/handler.vue +215 -215
- package/packages/main/src/simplicityTop/lists.vue +84 -84
- package/packages/main/src/simplicityTop/menu-list.vue +135 -135
- package/packages/main/src/simplicityTop/message.vue +293 -293
- package/packages/main/src/simplicityTop/notice.vue +222 -222
- package/packages/main/src/simplicityTop/router-page.vue +45 -45
- package/packages/main/src/simplicityTop/sub-menu.vue +274 -274
- package/packages/main/src/simplicityTop/user.vue +259 -259
- package/packages/menu/.DS_Store +0 -0
- package/packages/nav/src/main.vue +351 -351
- package/packages/select/.DS_Store +0 -0
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +36 -17
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/selection.vue +174 -174
- package/packages/switch/src/main.vue +170 -170
- package/packages/theme-chalk/src/.DS_Store +0 -0
- package/packages/theme-chalk/src/data-table.scss +297 -297
- package/packages/theme-chalk/src/handler.scss +148 -148
- package/packages/theme-chalk/src/icon.scss +3452 -3452
- package/packages/theme-chalk/src/login.scss +1006 -1006
- package/packages/theme-chalk/src/main.scss +664 -664
- package/packages/theme-chalk/src/menu.scss +224 -224
- package/packages/theme-chalk/src/simplicity-top.scss +1845 -1845
- package/packages/theme-chalk/src/simplicity.scss +1403 -1403
- package/packages/theme-chalk/src/upload.scss +172 -172
- package/packages/tips/src/main.vue +141 -141
- package/packages/upload/.DS_Store +0 -0
- package/packages/wujie/src/main.vue +146 -146
- package/src/.DS_Store +0 -0
- package/src/index.js +166 -166
- package/src/utils/.DS_Store +0 -0
- package/src/utils/rules.js +18 -18
package/lib/flow.js
CHANGED
|
@@ -16089,11 +16089,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
16089
16089
|
},
|
|
16090
16090
|
|
|
16091
16091
|
methods: {
|
|
16092
|
-
/**
|
|
16093
|
-
* getProcess
|
|
16094
|
-
* @desc:获取选择流程
|
|
16095
|
-
* @author liufan
|
|
16096
|
-
* @date 2022年5月25日
|
|
16092
|
+
/**
|
|
16093
|
+
* getProcess
|
|
16094
|
+
* @desc:获取选择流程
|
|
16095
|
+
* @author liufan
|
|
16096
|
+
* @date 2022年5月25日
|
|
16097
16097
|
**/
|
|
16098
16098
|
getProcess: function getProcess(val) {
|
|
16099
16099
|
var _this2 = this;
|
|
@@ -16916,11 +16916,11 @@ var processFormvue_type_script_lang_js_components;
|
|
|
16916
16916
|
});
|
|
16917
16917
|
},
|
|
16918
16918
|
|
|
16919
|
-
/**
|
|
16920
|
-
* isMultiple
|
|
16921
|
-
* @desc:是否多选
|
|
16922
|
-
* @author liufan
|
|
16923
|
-
* @date 2022年9月13日
|
|
16919
|
+
/**
|
|
16920
|
+
* isMultiple
|
|
16921
|
+
* @desc:是否多选
|
|
16922
|
+
* @author liufan
|
|
16923
|
+
* @date 2022年9月13日
|
|
16924
16924
|
**/
|
|
16925
16925
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
16926
16926
|
var multiple = false;
|
|
@@ -25785,11 +25785,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25785
25785
|
});
|
|
25786
25786
|
},
|
|
25787
25787
|
|
|
25788
|
-
/**
|
|
25789
|
-
* saveInfo
|
|
25790
|
-
* @desc:暂存
|
|
25791
|
-
* @author liufan
|
|
25792
|
-
* @date 2022年9月9日
|
|
25788
|
+
/**
|
|
25789
|
+
* saveInfo
|
|
25790
|
+
* @desc:暂存
|
|
25791
|
+
* @author liufan
|
|
25792
|
+
* @date 2022年9月9日
|
|
25793
25793
|
**/
|
|
25794
25794
|
saveInfo: function saveInfo(type, btn) {
|
|
25795
25795
|
var _this6 = this;
|
|
@@ -25851,11 +25851,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25851
25851
|
});
|
|
25852
25852
|
},
|
|
25853
25853
|
|
|
25854
|
-
/**
|
|
25855
|
-
* rejectBtn
|
|
25856
|
-
* @desc:点击驳回
|
|
25857
|
-
* @author liufan
|
|
25858
|
-
* @date 2022年5月25日
|
|
25854
|
+
/**
|
|
25855
|
+
* rejectBtn
|
|
25856
|
+
* @desc:点击驳回
|
|
25857
|
+
* @author liufan
|
|
25858
|
+
* @date 2022年5月25日
|
|
25859
25859
|
**/
|
|
25860
25860
|
rejectBtn: function rejectBtn() {
|
|
25861
25861
|
var _this8 = this;
|
|
@@ -25873,11 +25873,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25873
25873
|
}
|
|
25874
25874
|
},
|
|
25875
25875
|
|
|
25876
|
-
/**
|
|
25877
|
-
* taskReadBtn
|
|
25878
|
-
* @desc:点击分阅
|
|
25879
|
-
* @author liufan
|
|
25880
|
-
* @date 2022年5月25日
|
|
25876
|
+
/**
|
|
25877
|
+
* taskReadBtn
|
|
25878
|
+
* @desc:点击分阅
|
|
25879
|
+
* @author liufan
|
|
25880
|
+
* @date 2022年5月25日
|
|
25881
25881
|
**/
|
|
25882
25882
|
taskReadBtn: function taskReadBtn() {
|
|
25883
25883
|
var _this9 = this;
|
|
@@ -25896,11 +25896,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25896
25896
|
}
|
|
25897
25897
|
},
|
|
25898
25898
|
|
|
25899
|
-
/**
|
|
25900
|
-
* getFind
|
|
25901
|
-
* @desc:获取通知方式
|
|
25902
|
-
* @author liufan
|
|
25903
|
-
* @date 2022年5月25日
|
|
25899
|
+
/**
|
|
25900
|
+
* getFind
|
|
25901
|
+
* @desc:获取通知方式
|
|
25902
|
+
* @author liufan
|
|
25903
|
+
* @date 2022年5月25日
|
|
25904
25904
|
**/
|
|
25905
25905
|
getFind: function getFind() {
|
|
25906
25906
|
var _this10 = this;
|
|
@@ -25956,12 +25956,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
25956
25956
|
});
|
|
25957
25957
|
},
|
|
25958
25958
|
|
|
25959
|
-
/**
|
|
25960
|
-
* endFlows
|
|
25961
|
-
* @desc:直接办结
|
|
25962
|
-
* @author liufan
|
|
25963
|
-
* @param {Object} res 直接办结数据
|
|
25964
|
-
* @date 2022年5月25日
|
|
25959
|
+
/**
|
|
25960
|
+
* endFlows
|
|
25961
|
+
* @desc:直接办结
|
|
25962
|
+
* @author liufan
|
|
25963
|
+
* @param {Object} res 直接办结数据
|
|
25964
|
+
* @date 2022年5月25日
|
|
25965
25965
|
**/
|
|
25966
25966
|
endFlows: function endFlows(res) {
|
|
25967
25967
|
var _this12 = this;
|
|
@@ -26015,12 +26015,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26015
26015
|
}).catch(function (e) {});
|
|
26016
26016
|
},
|
|
26017
26017
|
|
|
26018
|
-
/**
|
|
26019
|
-
* goView
|
|
26020
|
-
* @desc:更多流程按钮操作
|
|
26021
|
-
* @author liufan
|
|
26022
|
-
* @param {Object} res 当前点击操作按钮数据
|
|
26023
|
-
* @date 2022年5月25日
|
|
26018
|
+
/**
|
|
26019
|
+
* goView
|
|
26020
|
+
* @desc:更多流程按钮操作
|
|
26021
|
+
* @author liufan
|
|
26022
|
+
* @param {Object} res 当前点击操作按钮数据
|
|
26023
|
+
* @date 2022年5月25日
|
|
26024
26024
|
**/
|
|
26025
26025
|
goView: function goView(res) {
|
|
26026
26026
|
// 驳回并办结:rejectAndEndHtml
|
|
@@ -26105,11 +26105,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26105
26105
|
// isCanStartSubFlow
|
|
26106
26106
|
},
|
|
26107
26107
|
|
|
26108
|
-
/**
|
|
26109
|
-
* toTakeAdvice
|
|
26110
|
-
* @desc:征求意见
|
|
26111
|
-
* @author liufan
|
|
26112
|
-
* @date 2022年9月29日
|
|
26108
|
+
/**
|
|
26109
|
+
* toTakeAdvice
|
|
26110
|
+
* @desc:征求意见
|
|
26111
|
+
* @author liufan
|
|
26112
|
+
* @date 2022年9月29日
|
|
26113
26113
|
**/
|
|
26114
26114
|
toTakeAdvice: function toTakeAdvice(res) {
|
|
26115
26115
|
var _this14 = this;
|
|
@@ -26153,11 +26153,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26153
26153
|
});
|
|
26154
26154
|
},
|
|
26155
26155
|
|
|
26156
|
-
/**
|
|
26157
|
-
* toStartDraf
|
|
26158
|
-
* @desc: 稿件递送、联合审核、复核
|
|
26159
|
-
* @author liufan
|
|
26160
|
-
* @date 2022年9月29日
|
|
26156
|
+
/**
|
|
26157
|
+
* toStartDraf
|
|
26158
|
+
* @desc: 稿件递送、联合审核、复核
|
|
26159
|
+
* @author liufan
|
|
26160
|
+
* @date 2022年9月29日
|
|
26161
26161
|
**/
|
|
26162
26162
|
toStartDraf: function toStartDraf(res) {
|
|
26163
26163
|
var _this16 = this;
|
|
@@ -26171,11 +26171,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26171
26171
|
}
|
|
26172
26172
|
},
|
|
26173
26173
|
|
|
26174
|
-
/**
|
|
26175
|
-
* toSendMsg
|
|
26176
|
-
* @desc:核稿通知
|
|
26177
|
-
* @author liufan
|
|
26178
|
-
* @date 2022年9月29日
|
|
26174
|
+
/**
|
|
26175
|
+
* toSendMsg
|
|
26176
|
+
* @desc:核稿通知
|
|
26177
|
+
* @author liufan
|
|
26178
|
+
* @date 2022年9月29日
|
|
26179
26179
|
**/
|
|
26180
26180
|
toSendMsg: function toSendMsg(res) {
|
|
26181
26181
|
var _this17 = this;
|
|
@@ -26189,11 +26189,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26189
26189
|
}
|
|
26190
26190
|
},
|
|
26191
26191
|
|
|
26192
|
-
/**
|
|
26193
|
-
* toTaskReadAndEnd
|
|
26194
|
-
* @desc:分阅并办结
|
|
26195
|
-
* @author liufan
|
|
26196
|
-
* @date 2022年9月29日
|
|
26192
|
+
/**
|
|
26193
|
+
* toTaskReadAndEnd
|
|
26194
|
+
* @desc:分阅并办结
|
|
26195
|
+
* @author liufan
|
|
26196
|
+
* @date 2022年9月29日
|
|
26197
26197
|
**/
|
|
26198
26198
|
toTaskReadAndEnd: function toTaskReadAndEnd(res) {
|
|
26199
26199
|
var _this18 = this;
|
|
@@ -26211,11 +26211,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26211
26211
|
}
|
|
26212
26212
|
},
|
|
26213
26213
|
|
|
26214
|
-
/**
|
|
26215
|
-
* rejectAndEnd
|
|
26216
|
-
* @desc:驳回并办结
|
|
26217
|
-
* @author liufan
|
|
26218
|
-
* @date 2022年9月29日
|
|
26214
|
+
/**
|
|
26215
|
+
* rejectAndEnd
|
|
26216
|
+
* @desc:驳回并办结
|
|
26217
|
+
* @author liufan
|
|
26218
|
+
* @date 2022年9月29日
|
|
26219
26219
|
**/
|
|
26220
26220
|
rejectAndEnd: function rejectAndEnd(res) {
|
|
26221
26221
|
var _this19 = this;
|
|
@@ -26270,11 +26270,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26270
26270
|
});
|
|
26271
26271
|
},
|
|
26272
26272
|
|
|
26273
|
-
/**
|
|
26274
|
-
* toTransfer
|
|
26275
|
-
* @desc:转办
|
|
26276
|
-
* @author liufan
|
|
26277
|
-
* @date 2022年9月29日
|
|
26273
|
+
/**
|
|
26274
|
+
* toTransfer
|
|
26275
|
+
* @desc:转办
|
|
26276
|
+
* @author liufan
|
|
26277
|
+
* @date 2022年9月29日
|
|
26278
26278
|
**/
|
|
26279
26279
|
toTransfer: function toTransfer(res) {
|
|
26280
26280
|
var _this21 = this;
|
|
@@ -26290,11 +26290,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26290
26290
|
}
|
|
26291
26291
|
},
|
|
26292
26292
|
|
|
26293
|
-
/**
|
|
26294
|
-
* getNodeInfo
|
|
26295
|
-
* @desc:获取节点信息
|
|
26296
|
-
* @author liufan
|
|
26297
|
-
* @date 2022年5月25日
|
|
26293
|
+
/**
|
|
26294
|
+
* getNodeInfo
|
|
26295
|
+
* @desc:获取节点信息
|
|
26296
|
+
* @author liufan
|
|
26297
|
+
* @date 2022年5月25日
|
|
26298
26298
|
**/
|
|
26299
26299
|
getNodeInfo: function getNodeInfo() {
|
|
26300
26300
|
var _this22 = this;
|
|
@@ -26397,12 +26397,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26397
26397
|
});
|
|
26398
26398
|
},
|
|
26399
26399
|
|
|
26400
|
-
/**
|
|
26401
|
-
* selecNext
|
|
26402
|
-
* @desc:下步节点变化时更新数据
|
|
26403
|
-
* @author liufan
|
|
26404
|
-
* @param {String} val 当前选中值
|
|
26405
|
-
* @date 2022年5月25日
|
|
26400
|
+
/**
|
|
26401
|
+
* selecNext
|
|
26402
|
+
* @desc:下步节点变化时更新数据
|
|
26403
|
+
* @author liufan
|
|
26404
|
+
* @param {String} val 当前选中值
|
|
26405
|
+
* @date 2022年5月25日
|
|
26406
26406
|
**/
|
|
26407
26407
|
selecNext: function selecNext(val, type, isDef) {
|
|
26408
26408
|
var _this23 = this;
|
|
@@ -26511,11 +26511,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26511
26511
|
if (isDef !== true) this.getNodeInfo();
|
|
26512
26512
|
},
|
|
26513
26513
|
|
|
26514
|
-
/**
|
|
26515
|
-
* isMultiple
|
|
26516
|
-
* @desc:是否多选
|
|
26517
|
-
* @author liufan
|
|
26518
|
-
* @date 2022年9月13日
|
|
26514
|
+
/**
|
|
26515
|
+
* isMultiple
|
|
26516
|
+
* @desc:是否多选
|
|
26517
|
+
* @author liufan
|
|
26518
|
+
* @date 2022年9月13日
|
|
26519
26519
|
**/
|
|
26520
26520
|
isMultiple: function isMultiple(val, choiceOrgId, choiceDeptId, pOrgId) {
|
|
26521
26521
|
if (val == 2 || val == 4 || val == 6 || val == 16) {
|
|
@@ -26547,11 +26547,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26547
26547
|
}
|
|
26548
26548
|
},
|
|
26549
26549
|
|
|
26550
|
-
/**
|
|
26551
|
-
* getHedInfo
|
|
26552
|
-
* @desc:获取审核页面数据
|
|
26553
|
-
* @author liufan
|
|
26554
|
-
* @date 2022年5月25日
|
|
26550
|
+
/**
|
|
26551
|
+
* getHedInfo
|
|
26552
|
+
* @desc:获取审核页面数据
|
|
26553
|
+
* @author liufan
|
|
26554
|
+
* @date 2022年5月25日
|
|
26555
26555
|
**/
|
|
26556
26556
|
getHedInfo: function getHedInfo() {
|
|
26557
26557
|
var _this24 = this;
|
|
@@ -26787,13 +26787,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26787
26787
|
});
|
|
26788
26788
|
},
|
|
26789
26789
|
|
|
26790
|
-
/**
|
|
26791
|
-
* closeProcess
|
|
26792
|
-
* @desc:关闭弹窗
|
|
26793
|
-
* @author liufan
|
|
26794
|
-
* @param {boolean} val 当前是否办理流程
|
|
26795
|
-
* @param {String} type 当前点击的弹窗类型
|
|
26796
|
-
* @date 2022年5月25日
|
|
26790
|
+
/**
|
|
26791
|
+
* closeProcess
|
|
26792
|
+
* @desc:关闭弹窗
|
|
26793
|
+
* @author liufan
|
|
26794
|
+
* @param {boolean} val 当前是否办理流程
|
|
26795
|
+
* @param {String} type 当前点击的弹窗类型
|
|
26796
|
+
* @date 2022年5月25日
|
|
26797
26797
|
**/
|
|
26798
26798
|
closeProcess: function closeProcess(val, type, closeParent) {
|
|
26799
26799
|
if (closeParent) {
|
|
@@ -26810,23 +26810,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26810
26810
|
}
|
|
26811
26811
|
},
|
|
26812
26812
|
|
|
26813
|
-
/**
|
|
26814
|
-
* selectChange
|
|
26815
|
-
* @desc:常用语选择
|
|
26816
|
-
* @author liufan
|
|
26817
|
-
* @param {String} val 选中值
|
|
26818
|
-
* @date 2022年5月25日
|
|
26813
|
+
/**
|
|
26814
|
+
* selectChange
|
|
26815
|
+
* @desc:常用语选择
|
|
26816
|
+
* @author liufan
|
|
26817
|
+
* @param {String} val 选中值
|
|
26818
|
+
* @date 2022年5月25日
|
|
26819
26819
|
**/
|
|
26820
26820
|
selectChange: function selectChange(val) {
|
|
26821
26821
|
this.value = val;
|
|
26822
26822
|
},
|
|
26823
26823
|
|
|
26824
|
-
/**
|
|
26825
|
-
* upDate
|
|
26826
|
-
* @desc:修改常用语
|
|
26827
|
-
* @author liufan
|
|
26828
|
-
* @param {Object} val 修改值
|
|
26829
|
-
* @date 2022年5月25日
|
|
26824
|
+
/**
|
|
26825
|
+
* upDate
|
|
26826
|
+
* @desc:修改常用语
|
|
26827
|
+
* @author liufan
|
|
26828
|
+
* @param {Object} val 修改值
|
|
26829
|
+
* @date 2022年5月25日
|
|
26830
26830
|
**/
|
|
26831
26831
|
upDate: function upDate(val) {
|
|
26832
26832
|
this.FormData.id = val.id;
|
|
@@ -26834,11 +26834,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26834
26834
|
},
|
|
26835
26835
|
|
|
26836
26836
|
|
|
26837
|
-
/**
|
|
26838
|
-
* getProcess
|
|
26839
|
-
* @desc:获取选择流程
|
|
26840
|
-
* @author liufan
|
|
26841
|
-
* @date 2022年5月25日
|
|
26837
|
+
/**
|
|
26838
|
+
* getProcess
|
|
26839
|
+
* @desc:获取选择流程
|
|
26840
|
+
* @author liufan
|
|
26841
|
+
* @date 2022年5月25日
|
|
26842
26842
|
**/
|
|
26843
26843
|
getProcess: function getProcess() {
|
|
26844
26844
|
var _this25 = this;
|
|
@@ -26892,11 +26892,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26892
26892
|
});
|
|
26893
26893
|
},
|
|
26894
26894
|
|
|
26895
|
-
/**
|
|
26896
|
-
* getPendedhistoryList
|
|
26897
|
-
* @desc:获取流程列表
|
|
26898
|
-
* @author liufan
|
|
26899
|
-
* @date 2022年5月25日
|
|
26895
|
+
/**
|
|
26896
|
+
* getPendedhistoryList
|
|
26897
|
+
* @desc:获取流程列表
|
|
26898
|
+
* @author liufan
|
|
26899
|
+
* @date 2022年5月25日
|
|
26900
26900
|
**/
|
|
26901
26901
|
getPendedhistoryList: function getPendedhistoryList() {
|
|
26902
26902
|
var _this26 = this;
|
|
@@ -26928,12 +26928,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
26928
26928
|
},
|
|
26929
26929
|
|
|
26930
26930
|
// 提交流程
|
|
26931
|
-
/**
|
|
26932
|
-
* subProcess
|
|
26933
|
-
* @desc:提交流程
|
|
26934
|
-
* @author liufan
|
|
26935
|
-
* @param {String} formName 当前form表单ref值
|
|
26936
|
-
* @date 2022年5月25日
|
|
26931
|
+
/**
|
|
26932
|
+
* subProcess
|
|
26933
|
+
* @desc:提交流程
|
|
26934
|
+
* @author liufan
|
|
26935
|
+
* @param {String} formName 当前form表单ref值
|
|
26936
|
+
* @date 2022年5月25日
|
|
26937
26937
|
**/
|
|
26938
26938
|
subProcess: function subProcess(val) {
|
|
26939
26939
|
var _this27 = this;
|