eoss-ui 0.8.34 → 0.8.35
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 +859 -493
- package/lib/flow-list.js +141 -124
- package/lib/flow.js +709 -360
- package/lib/index.js +1 -1
- package/lib/theme-chalk/flow.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/flow/src/component/CommonOpinions.vue +376 -376
- package/packages/flow/src/component/Opinions.vue +9 -3
- package/packages/flow/src/flow.vue +8 -3
- package/packages/flow/src/main.vue +176 -103
- package/packages/flow/src/processForm.vue +180 -10
- package/packages/flow/src/processReject.vue +2 -2
- package/packages/flow/src/startTaskRead.vue +24 -11
- package/packages/flow-list/src/main.vue +2346 -2337
- package/packages/theme-chalk/lib/flow.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/flow.scss +13 -2
- package/src/index.js +1 -1
package/lib/flow-list.js
CHANGED
|
@@ -4836,8 +4836,8 @@ module.exports = require("qs");
|
|
|
4836
4836
|
// ESM COMPAT FLAG
|
|
4837
4837
|
__webpack_require__.r(__webpack_exports__);
|
|
4838
4838
|
|
|
4839
|
-
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
4840
|
-
var
|
|
4839
|
+
// CONCATENATED MODULE: ./node_modules/vue-loader/lib/loaders/templateLoader.js??vue-loader-options!./node_modules/vue-loader/lib??vue-loader-options!./packages/flow-list/src/main.vue?vue&type=template&id=6a97d245&
|
|
4840
|
+
var mainvue_type_template_id_6a97d245_render = function () {
|
|
4841
4841
|
var _vm = this
|
|
4842
4842
|
var _h = _vm.$createElement
|
|
4843
4843
|
var _c = _vm._self._c || _h
|
|
@@ -5269,10 +5269,10 @@ var mainvue_type_template_id_7e636ba0_render = function () {
|
|
|
5269
5269
|
)
|
|
5270
5270
|
}
|
|
5271
5271
|
var staticRenderFns = []
|
|
5272
|
-
|
|
5272
|
+
mainvue_type_template_id_6a97d245_render._withStripped = true
|
|
5273
5273
|
|
|
5274
5274
|
|
|
5275
|
-
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=
|
|
5275
|
+
// CONCATENATED MODULE: ./packages/flow-list/src/main.vue?vue&type=template&id=6a97d245&
|
|
5276
5276
|
|
|
5277
5277
|
// EXTERNAL MODULE: external "babel-runtime/regenerator"
|
|
5278
5278
|
var regenerator_ = __webpack_require__(4);
|
|
@@ -5634,6 +5634,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5634
5634
|
title: '办理意见',
|
|
5635
5635
|
align: 'center',
|
|
5636
5636
|
showOverflowTooltip: true,
|
|
5637
|
+
'min-width': 200,
|
|
5637
5638
|
// sortable: true,
|
|
5638
5639
|
field: 'doresult'
|
|
5639
5640
|
}, {
|
|
@@ -5963,17 +5964,25 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5963
5964
|
|
|
5964
5965
|
var _that = this;
|
|
5965
5966
|
var newThead = {
|
|
5966
|
-
flow: [
|
|
5967
|
-
|
|
5968
|
-
|
|
5969
|
-
|
|
5970
|
-
|
|
5971
|
-
|
|
5972
|
-
|
|
5973
|
-
|
|
5974
|
-
|
|
5975
|
-
|
|
5976
|
-
|
|
5967
|
+
flow: [
|
|
5968
|
+
// {
|
|
5969
|
+
// label: '经办部门',
|
|
5970
|
+
// field: 'deptid',
|
|
5971
|
+
// align: 'center',
|
|
5972
|
+
// key: 'jbbm',
|
|
5973
|
+
// showOverflowTooltip: true,
|
|
5974
|
+
// width: this.theadWidth.deptid || 150,
|
|
5975
|
+
// render: (h, params) => {
|
|
5976
|
+
// return h(
|
|
5977
|
+
// 'span',
|
|
5978
|
+
// {},
|
|
5979
|
+
// params.row.doDeptName
|
|
5980
|
+
// ? params.row.doDeptName
|
|
5981
|
+
// : params.row.deptName
|
|
5982
|
+
// );
|
|
5983
|
+
// }
|
|
5984
|
+
// },
|
|
5985
|
+
{
|
|
5977
5986
|
label: '步骤',
|
|
5978
5987
|
field: 'itemname',
|
|
5979
5988
|
align: 'center',
|
|
@@ -5986,15 +5995,21 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
5986
5995
|
align: 'center',
|
|
5987
5996
|
key: 'blr',
|
|
5988
5997
|
showOverflowTooltip: true,
|
|
5989
|
-
width: this.theadWidth.userName || 110
|
|
5990
|
-
|
|
5991
|
-
|
|
5992
|
-
|
|
5993
|
-
|
|
5994
|
-
|
|
5995
|
-
|
|
5996
|
-
|
|
5997
|
-
|
|
5998
|
+
width: this.theadWidth.userName || 110,
|
|
5999
|
+
render: function render(h, params) {
|
|
6000
|
+
|
|
6001
|
+
return h('span', {}, [params.row.userName]);
|
|
6002
|
+
}
|
|
6003
|
+
},
|
|
6004
|
+
// {
|
|
6005
|
+
// label: '办理人部门',
|
|
6006
|
+
// field: 'deptName',
|
|
6007
|
+
// align: 'center',
|
|
6008
|
+
// showOverflowTooltip: true,
|
|
6009
|
+
// key: 'blrbm',
|
|
6010
|
+
// width: this.theadWidth.deptName || 110
|
|
6011
|
+
// },
|
|
6012
|
+
{
|
|
5998
6013
|
label: '状态',
|
|
5999
6014
|
field: 'pendstate',
|
|
6000
6015
|
key: 'zt',
|
|
@@ -6015,6 +6030,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6015
6030
|
align: 'center',
|
|
6016
6031
|
width: this.theadWidth.doresult,
|
|
6017
6032
|
showOverflowTooltip: true,
|
|
6033
|
+
'min-width': 200,
|
|
6018
6034
|
key: 'blyj',
|
|
6019
6035
|
render: function render(h, params) {
|
|
6020
6036
|
if (params.row.doresult && (params.row.doresult.startsWith('http') || params.row.doresult.startsWith('https'))) {
|
|
@@ -6079,7 +6095,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6079
6095
|
showOverflowTooltip: true,
|
|
6080
6096
|
width: this.theadWidth.pressTimes || 150,
|
|
6081
6097
|
render: function render(h, params) {
|
|
6082
|
-
return h('
|
|
6098
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
6083
6099
|
}
|
|
6084
6100
|
}, {
|
|
6085
6101
|
title: '操作',
|
|
@@ -6140,6 +6156,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6140
6156
|
label: '办理意见',
|
|
6141
6157
|
field: 'doresult',
|
|
6142
6158
|
align: 'center',
|
|
6159
|
+
'min-width': 200,
|
|
6143
6160
|
key: 'blyj',
|
|
6144
6161
|
width: this.theadWidth.doresult,
|
|
6145
6162
|
showOverflowTooltip: true,
|
|
@@ -6206,7 +6223,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6206
6223
|
showOverflowTooltip: true,
|
|
6207
6224
|
width: this.theadWidth.pressTimes || 150,
|
|
6208
6225
|
render: function render(h, params) {
|
|
6209
|
-
return h('
|
|
6226
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes != 0 ? params.row.pressTimes : '');
|
|
6210
6227
|
}
|
|
6211
6228
|
}, {
|
|
6212
6229
|
title: '操作',
|
|
@@ -6306,7 +6323,7 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6306
6323
|
showOverflowTooltip: true,
|
|
6307
6324
|
width: this.theadWidth.pressTimes || 150,
|
|
6308
6325
|
render: function render(h, params) {
|
|
6309
|
-
return h('
|
|
6326
|
+
return h('ins', { style: 'color:red;cursor: pointer;' }, params.row.pressTimes);
|
|
6310
6327
|
}
|
|
6311
6328
|
}, {
|
|
6312
6329
|
label: '阅结意见 & 说明',
|
|
@@ -6632,11 +6649,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6632
6649
|
|
|
6633
6650
|
|
|
6634
6651
|
methods: {
|
|
6635
|
-
/**
|
|
6636
|
-
* handleBatchDelete
|
|
6637
|
-
* @desc:批量删除
|
|
6638
|
-
* @author liufan
|
|
6639
|
-
* @date 2025年12月31日
|
|
6652
|
+
/**
|
|
6653
|
+
* handleBatchDelete
|
|
6654
|
+
* @desc:批量删除
|
|
6655
|
+
* @author liufan
|
|
6656
|
+
* @date 2025年12月31日
|
|
6640
6657
|
**/
|
|
6641
6658
|
handleBatchDelete: function handleBatchDelete() {
|
|
6642
6659
|
var _this6 = this;
|
|
@@ -6933,12 +6950,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6933
6950
|
}
|
|
6934
6951
|
},
|
|
6935
6952
|
|
|
6936
|
-
/**
|
|
6937
|
-
* handleFormSubmit
|
|
6938
|
-
* @desc:删除节点点击事件
|
|
6939
|
-
* @param {Object} formData 点击删除的form数据
|
|
6940
|
-
* @author liufan
|
|
6941
|
-
* @date 2022年11月29日
|
|
6953
|
+
/**
|
|
6954
|
+
* handleFormSubmit
|
|
6955
|
+
* @desc:删除节点点击事件
|
|
6956
|
+
* @param {Object} formData 点击删除的form数据
|
|
6957
|
+
* @author liufan
|
|
6958
|
+
* @date 2022年11月29日
|
|
6942
6959
|
**/
|
|
6943
6960
|
handleFormSubmit: function handleFormSubmit(formData) {
|
|
6944
6961
|
var _this12 = this;
|
|
@@ -6974,12 +6991,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6974
6991
|
});
|
|
6975
6992
|
},
|
|
6976
6993
|
|
|
6977
|
-
/**
|
|
6978
|
-
* del
|
|
6979
|
-
* @desc:展示删除弹窗
|
|
6980
|
-
* @param {String} id 当前点击数据id
|
|
6981
|
-
* @author liufan
|
|
6982
|
-
* @date 2022年11月29日
|
|
6994
|
+
/**
|
|
6995
|
+
* del
|
|
6996
|
+
* @desc:展示删除弹窗
|
|
6997
|
+
* @param {String} id 当前点击数据id
|
|
6998
|
+
* @author liufan
|
|
6999
|
+
* @date 2022年11月29日
|
|
6983
7000
|
**/
|
|
6984
7001
|
del: function del(id, type) {
|
|
6985
7002
|
this.modalType = type;
|
|
@@ -6987,12 +7004,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
6987
7004
|
this.showDel = true;
|
|
6988
7005
|
},
|
|
6989
7006
|
|
|
6990
|
-
/**
|
|
6991
|
-
* handleCurrentChange
|
|
6992
|
-
* @desc:监听页码变化
|
|
6993
|
-
* @param {String} val 当前页
|
|
6994
|
-
* @author liufan
|
|
6995
|
-
* @date 2022年11月29日
|
|
7007
|
+
/**
|
|
7008
|
+
* handleCurrentChange
|
|
7009
|
+
* @desc:监听页码变化
|
|
7010
|
+
* @param {String} val 当前页
|
|
7011
|
+
* @author liufan
|
|
7012
|
+
* @date 2022年11月29日
|
|
6996
7013
|
**/
|
|
6997
7014
|
handleCurrentChange: function handleCurrentChange(val, type) {
|
|
6998
7015
|
this.currentPage = val;
|
|
@@ -7001,12 +7018,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7001
7018
|
}
|
|
7002
7019
|
},
|
|
7003
7020
|
|
|
7004
|
-
/**
|
|
7005
|
-
* handleSizeChange
|
|
7006
|
-
* @desc:监听每页数据显示数量变化
|
|
7007
|
-
* @param {String} val 每页展示数量
|
|
7008
|
-
* @author liufan
|
|
7009
|
-
* @date 2022年11月29日
|
|
7021
|
+
/**
|
|
7022
|
+
* handleSizeChange
|
|
7023
|
+
* @desc:监听每页数据显示数量变化
|
|
7024
|
+
* @param {String} val 每页展示数量
|
|
7025
|
+
* @author liufan
|
|
7026
|
+
* @date 2022年11月29日
|
|
7010
7027
|
**/
|
|
7011
7028
|
handleSizeChange: function handleSizeChange(val) {
|
|
7012
7029
|
this.pageSize = val;
|
|
@@ -7015,12 +7032,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7015
7032
|
}
|
|
7016
7033
|
},
|
|
7017
7034
|
|
|
7018
|
-
/**
|
|
7019
|
-
* sortChange
|
|
7020
|
-
* @desc:监听排序变化
|
|
7021
|
-
* @param {Object} info 需要排序的字段及排序方式
|
|
7022
|
-
* @author liufan
|
|
7023
|
-
* @date 2022年11月29日
|
|
7035
|
+
/**
|
|
7036
|
+
* sortChange
|
|
7037
|
+
* @desc:监听排序变化
|
|
7038
|
+
* @param {Object} info 需要排序的字段及排序方式
|
|
7039
|
+
* @author liufan
|
|
7040
|
+
* @date 2022年11月29日
|
|
7024
7041
|
**/
|
|
7025
7042
|
sortChange: function sortChange(info, type) {
|
|
7026
7043
|
var prop = info.prop;
|
|
@@ -7036,11 +7053,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7036
7053
|
}
|
|
7037
7054
|
},
|
|
7038
7055
|
|
|
7039
|
-
/**
|
|
7040
|
-
* getDeletList
|
|
7041
|
-
* @desc:删除列表数据
|
|
7042
|
-
* @author liufan
|
|
7043
|
-
* @date 2025年12月30日
|
|
7056
|
+
/**
|
|
7057
|
+
* getDeletList
|
|
7058
|
+
* @desc:删除列表数据
|
|
7059
|
+
* @author liufan
|
|
7060
|
+
* @date 2025年12月30日
|
|
7044
7061
|
**/
|
|
7045
7062
|
getDeletList: function getDeletList() {
|
|
7046
7063
|
var _this13 = this;
|
|
@@ -7069,11 +7086,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7069
7086
|
});
|
|
7070
7087
|
},
|
|
7071
7088
|
|
|
7072
|
-
/**
|
|
7073
|
-
* getResetList
|
|
7074
|
-
* @desc:重设列表数据
|
|
7075
|
-
* @author liufan
|
|
7076
|
-
* @date 2025年12月30日
|
|
7089
|
+
/**
|
|
7090
|
+
* getResetList
|
|
7091
|
+
* @desc:重设列表数据
|
|
7092
|
+
* @author liufan
|
|
7093
|
+
* @date 2025年12月30日
|
|
7077
7094
|
**/
|
|
7078
7095
|
getResetList: function getResetList() {
|
|
7079
7096
|
var _this14 = this;
|
|
@@ -7103,11 +7120,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7103
7120
|
});
|
|
7104
7121
|
},
|
|
7105
7122
|
|
|
7106
|
-
/**
|
|
7107
|
-
* getPressList
|
|
7108
|
-
* @desc:催办列表数据
|
|
7109
|
-
* @author liufan
|
|
7110
|
-
* @date 2022年11月29日
|
|
7123
|
+
/**
|
|
7124
|
+
* getPressList
|
|
7125
|
+
* @desc:催办列表数据
|
|
7126
|
+
* @author liufan
|
|
7127
|
+
* @date 2022年11月29日
|
|
7111
7128
|
**/
|
|
7112
7129
|
getPressList: function getPressList() {
|
|
7113
7130
|
var _this15 = this;
|
|
@@ -7137,12 +7154,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7137
7154
|
});
|
|
7138
7155
|
},
|
|
7139
7156
|
|
|
7140
|
-
/**
|
|
7141
|
-
* goPress
|
|
7142
|
-
* @desc:催办列表查看
|
|
7143
|
-
* @param {String} id 催办列表id
|
|
7144
|
-
* @author liufan
|
|
7145
|
-
* @date 2022年11月29日
|
|
7157
|
+
/**
|
|
7158
|
+
* goPress
|
|
7159
|
+
* @desc:催办列表查看
|
|
7160
|
+
* @param {String} id 催办列表id
|
|
7161
|
+
* @author liufan
|
|
7162
|
+
* @date 2022年11月29日
|
|
7146
7163
|
**/
|
|
7147
7164
|
goPress: function goPress(id) {
|
|
7148
7165
|
this.historyId = id;
|
|
@@ -7150,23 +7167,23 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7150
7167
|
this.getPressList();
|
|
7151
7168
|
},
|
|
7152
7169
|
|
|
7153
|
-
/**
|
|
7154
|
-
* showFile
|
|
7155
|
-
* @desc:附件查看
|
|
7156
|
-
* @param {String} ownId 附件id
|
|
7157
|
-
* @author liufan
|
|
7158
|
-
* @date 2022年11月29日
|
|
7170
|
+
/**
|
|
7171
|
+
* showFile
|
|
7172
|
+
* @desc:附件查看
|
|
7173
|
+
* @param {String} ownId 附件id
|
|
7174
|
+
* @author liufan
|
|
7175
|
+
* @date 2022年11月29日
|
|
7159
7176
|
**/
|
|
7160
7177
|
showFile: function showFile(ownId) {
|
|
7161
7178
|
this.wfpendingid = ownId;
|
|
7162
7179
|
this.showFileList = true;
|
|
7163
7180
|
},
|
|
7164
7181
|
|
|
7165
|
-
/**
|
|
7166
|
-
* handleChange
|
|
7167
|
-
* @desc:切换排序方式
|
|
7168
|
-
* @author liufan
|
|
7169
|
-
* @date 2022年11月22日
|
|
7182
|
+
/**
|
|
7183
|
+
* handleChange
|
|
7184
|
+
* @desc:切换排序方式
|
|
7185
|
+
* @author liufan
|
|
7186
|
+
* @date 2022年11月22日
|
|
7170
7187
|
**/
|
|
7171
7188
|
handleChange: function handleChange(key, value) {
|
|
7172
7189
|
if (value) {
|
|
@@ -7216,11 +7233,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7216
7233
|
}))();
|
|
7217
7234
|
},
|
|
7218
7235
|
|
|
7219
|
-
/**
|
|
7220
|
-
* getFlowList
|
|
7221
|
-
* @desc:获取流程列表
|
|
7222
|
-
* @author liufan
|
|
7223
|
-
* @date 2022年11月22日
|
|
7236
|
+
/**
|
|
7237
|
+
* getFlowList
|
|
7238
|
+
* @desc:获取流程列表
|
|
7239
|
+
* @author liufan
|
|
7240
|
+
* @date 2022年11月22日
|
|
7224
7241
|
**/
|
|
7225
7242
|
getFlowList: function getFlowList(type) {
|
|
7226
7243
|
var _this17 = this;
|
|
@@ -7300,12 +7317,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7300
7317
|
});
|
|
7301
7318
|
},
|
|
7302
7319
|
|
|
7303
|
-
/**
|
|
7304
|
-
* handleClick
|
|
7305
|
-
* @desc:表单点击事件
|
|
7306
|
-
* @param {Object} val 当前点击行数据及按钮
|
|
7307
|
-
* @author liufan
|
|
7308
|
-
* @date 2022年11月10日
|
|
7320
|
+
/**
|
|
7321
|
+
* handleClick
|
|
7322
|
+
* @desc:表单点击事件
|
|
7323
|
+
* @param {Object} val 当前点击行数据及按钮
|
|
7324
|
+
* @author liufan
|
|
7325
|
+
* @date 2022年11月10日
|
|
7309
7326
|
**/
|
|
7310
7327
|
handleClick: function handleClick(val) {
|
|
7311
7328
|
var _this18 = this;
|
|
@@ -7351,13 +7368,13 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7351
7368
|
}
|
|
7352
7369
|
},
|
|
7353
7370
|
|
|
7354
|
-
/**
|
|
7355
|
-
* getCodeValue
|
|
7356
|
-
* @desc:获取代码表过滤后的值
|
|
7357
|
-
* @param {String} value 展示数据的代码值
|
|
7358
|
-
* @param {String} type 代码表类型
|
|
7359
|
-
* @author liufan
|
|
7360
|
-
* @date 2022年11月10日
|
|
7371
|
+
/**
|
|
7372
|
+
* getCodeValue
|
|
7373
|
+
* @desc:获取代码表过滤后的值
|
|
7374
|
+
* @param {String} value 展示数据的代码值
|
|
7375
|
+
* @param {String} type 代码表类型
|
|
7376
|
+
* @author liufan
|
|
7377
|
+
* @date 2022年11月10日
|
|
7361
7378
|
**/
|
|
7362
7379
|
getCodeValue: function getCodeValue(value, type) {
|
|
7363
7380
|
var val = this[type].filter(function (item) {
|
|
@@ -7366,12 +7383,12 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7366
7383
|
return val[0].shortName;
|
|
7367
7384
|
},
|
|
7368
7385
|
|
|
7369
|
-
/**
|
|
7370
|
-
* getSysInfo
|
|
7371
|
-
* @desc:获取代码表
|
|
7372
|
-
* @param {String} code 编码code值
|
|
7373
|
-
* @author liufan
|
|
7374
|
-
* @date 2022年11月10日
|
|
7386
|
+
/**
|
|
7387
|
+
* getSysInfo
|
|
7388
|
+
* @desc:获取代码表
|
|
7389
|
+
* @param {String} code 编码code值
|
|
7390
|
+
* @author liufan
|
|
7391
|
+
* @date 2022年11月10日
|
|
7375
7392
|
**/
|
|
7376
7393
|
getSysInfo: function getSysInfo(code) {
|
|
7377
7394
|
var _this19 = this;
|
|
@@ -7393,11 +7410,11 @@ function _asyncToGenerator(fn) { return function () { var gen = fn.apply(this, a
|
|
|
7393
7410
|
}).catch(function (e) {});
|
|
7394
7411
|
},
|
|
7395
7412
|
|
|
7396
|
-
/**
|
|
7397
|
-
* getListInfo
|
|
7398
|
-
* @desc:获取预设列表数据
|
|
7399
|
-
* @author liufan
|
|
7400
|
-
* @date 2022年11月10日
|
|
7413
|
+
/**
|
|
7414
|
+
* getListInfo
|
|
7415
|
+
* @desc:获取预设列表数据
|
|
7416
|
+
* @author liufan
|
|
7417
|
+
* @date 2022年11月10日
|
|
7401
7418
|
**/
|
|
7402
7419
|
getListInfo: function getListInfo() {
|
|
7403
7420
|
var _this20 = this;
|
|
@@ -7453,7 +7470,7 @@ var componentNormalizer = __webpack_require__(3);
|
|
|
7453
7470
|
|
|
7454
7471
|
var component = Object(componentNormalizer["a" /* default */])(
|
|
7455
7472
|
src_mainvue_type_script_lang_js_,
|
|
7456
|
-
|
|
7473
|
+
mainvue_type_template_id_6a97d245_render,
|
|
7457
7474
|
staticRenderFns,
|
|
7458
7475
|
false,
|
|
7459
7476
|
null,
|