eoss-ui 0.6.68 → 0.6.70
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/.DS_Store +0 -0
- package/lib/button-group.js +103 -81
- package/lib/button.js +103 -81
- package/lib/calogin.js +173 -115
- package/lib/checkbox-group.js +103 -81
- package/lib/config/api.js +3 -0
- package/lib/data-table-form.js +103 -81
- package/lib/data-table.js +103 -81
- package/lib/date-picker.js +103 -81
- package/lib/dialog.js +103 -81
- package/lib/eoss-ui.common.js +702 -440
- package/lib/flow-group.js +103 -81
- package/lib/flow-list.js +108 -86
- package/lib/flow.js +399 -197
- package/lib/form.js +103 -81
- package/lib/handle-user.js +104 -82
- package/lib/handler.js +104 -82
- package/lib/icon.js +104 -82
- package/lib/index.js +1 -1
- package/lib/input-number.js +103 -81
- package/lib/input.js +103 -81
- package/lib/login.js +203 -176
- package/lib/main.js +140 -119
- package/lib/nav.js +103 -81
- package/lib/notify.js +85 -81
- package/lib/page.js +103 -81
- package/lib/pagination.js +103 -81
- package/lib/player.js +103 -81
- package/lib/qr-code.js +103 -81
- package/lib/radio-group.js +103 -81
- package/lib/retrial-auth.js +105 -83
- package/lib/select-ganged.js +103 -81
- package/lib/select.js +103 -81
- package/lib/selector-panel.js +118 -100
- package/lib/selector.js +135 -89
- package/lib/sizer.js +103 -81
- package/lib/steps.js +103 -81
- package/lib/switch.js +103 -81
- package/lib/table-form.js +103 -81
- package/lib/tabs.js +103 -81
- package/lib/theme-chalk/index.css +1 -1
- package/lib/theme-chalk/login.css +1 -1
- package/lib/tips.js +104 -82
- package/lib/tree-group.js +103 -81
- package/lib/tree.js +103 -81
- package/lib/upload.js +110 -88
- package/lib/utils/util.js +21 -3
- package/lib/wujie.js +103 -81
- package/lib/wxlogin.js +103 -81
- package/package.json +2 -2
- package/packages/.DS_Store +0 -0
- package/packages/calogin/.DS_Store +0 -0
- package/packages/calogin/src/main.vue +75 -31
- package/packages/flow/.DS_Store +0 -0
- package/packages/flow/src/component/Circulate.vue +9 -2
- package/packages/flow/src/component/taskUnionExamine.vue +8 -0
- package/packages/flow/src/main.vue +46 -3
- package/packages/flow/src/selectUser.vue +6 -0
- package/packages/flow-list/.DS_Store +0 -0
- package/packages/login/.DS_Store +0 -0
- package/packages/login/src/main.vue +44 -48
- package/packages/main/.DS_Store +0 -0
- package/packages/main/src/simplicity/avatar.vue +0 -1
- package/packages/selector/.DS_Store +0 -0
- package/packages/selector/src/main.vue +33 -7
- package/packages/selector-panel/.DS_Store +0 -0
- package/packages/selector-panel/src/main.vue +5 -5
- package/packages/selector-panel/src/selection.vue +3 -10
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/lib/login.css +1 -1
- package/packages/theme-chalk/src/login.scss +4 -1
- package/src/.DS_Store +0 -0
- package/src/config/api.js +3 -0
- package/src/index.js +1 -1
- package/src/utils/util.js +60 -42
|
@@ -65,6 +65,7 @@
|
|
|
65
65
|
:multiple="newMultiple"
|
|
66
66
|
@change="changeSelectUser($event, 'nextOtherOrgObj')"
|
|
67
67
|
:mix="otherMix"
|
|
68
|
+
:disableds="otherOrgDisabledObjId"
|
|
68
69
|
:types="
|
|
69
70
|
foreignOrgTabs.length > 0
|
|
70
71
|
? foreignOrgTabs
|
|
@@ -184,6 +185,7 @@ export default {
|
|
|
184
185
|
foreignOrgTabsParam: {},
|
|
185
186
|
currentOrgTabsParam: {},
|
|
186
187
|
currentOrgProcessKey: '',
|
|
188
|
+
otherOrgDisabledObjId:[],
|
|
187
189
|
isSubFlow: true,
|
|
188
190
|
choiceDeptId: '',
|
|
189
191
|
choiceOrgId: '',
|
|
@@ -321,6 +323,7 @@ export default {
|
|
|
321
323
|
readOnlyNotificationType,
|
|
322
324
|
notificationMessageReadOnly,
|
|
323
325
|
unionDispatchOrgId,
|
|
326
|
+
otherOrgDisabledObjId,
|
|
324
327
|
orgNames,
|
|
325
328
|
nodeInfoMap: {
|
|
326
329
|
nodeExtAttr: {
|
|
@@ -332,6 +335,11 @@ export default {
|
|
|
332
335
|
}
|
|
333
336
|
}
|
|
334
337
|
} = res;
|
|
338
|
+
console.log(otherOrgDisabledObjId,'otherOrgDisabledObjId')
|
|
339
|
+
if(otherOrgDisabledObjId){
|
|
340
|
+
this.otherOrgDisabledObjId = otherOrgDisabledObjId.split(',')
|
|
341
|
+
console.log( this.otherOrgDisabledObjId,otherOrgDisabledObjId.split(','))
|
|
342
|
+
}
|
|
335
343
|
if (res.data.customizedConfig) {
|
|
336
344
|
if (res.data.customizedConfig.currentOrgSelectorCustomized) {
|
|
337
345
|
this.currentMix =
|
|
@@ -6,6 +6,34 @@
|
|
|
6
6
|
v-if="!shrinkAbled"
|
|
7
7
|
>
|
|
8
8
|
<div v-if="showCirculate">
|
|
9
|
+
<div class="es-flow-top">
|
|
10
|
+
<div class="es-flow-title">
|
|
11
|
+
<span v-show="!shrink"
|
|
12
|
+
>当前节点:{{ isFlow ? nodeName || '拟稿' : NodeName }}</span
|
|
13
|
+
>
|
|
14
|
+
<es-button
|
|
15
|
+
v-if="showShrink"
|
|
16
|
+
size="medium"
|
|
17
|
+
class="es-icon"
|
|
18
|
+
:icon="shrink ? 'es-icon-indent' : 'es-icon-increase'"
|
|
19
|
+
@click="setShrink"
|
|
20
|
+
></es-button>
|
|
21
|
+
</div>
|
|
22
|
+
<div class="es-opinion" v-show="!shrink">
|
|
23
|
+
<span class="es-eidt-title" :style="`${!isFlow ? 'color:red' : ''}`"
|
|
24
|
+
>填写意见</span
|
|
25
|
+
>
|
|
26
|
+
<!-- <span
|
|
27
|
+
v-show="!isFlow && newTypeCode != 'fenyue'"
|
|
28
|
+
class="es-opinion-file"
|
|
29
|
+
@click="showFileList = true"
|
|
30
|
+
><i class="es-icon-fujian"></i>意见附件<span
|
|
31
|
+
class="es-file-num"
|
|
32
|
+
v-show="fileNum > 0"
|
|
33
|
+
>({{ fileNum }})</span
|
|
34
|
+
></span> -->
|
|
35
|
+
</div>
|
|
36
|
+
</div>
|
|
9
37
|
<CommonOpinions
|
|
10
38
|
class="es-common-opinions"
|
|
11
39
|
v-show="!shrink"
|
|
@@ -18,10 +46,11 @@
|
|
|
18
46
|
:nodeFixedOpinionSelectList="nodeFixedOpinionSelectList"
|
|
19
47
|
/>
|
|
20
48
|
<el-form ref="form" :model="circulateForm" label-width="120px">
|
|
21
|
-
<el-form-item prop="nextNodeId" label="下步节点">
|
|
49
|
+
<el-form-item style="margin-top:20px" prop="nextNodeId" label="下步节点">
|
|
22
50
|
<el-select
|
|
23
51
|
v-if="nextNodeCheckType == 'select'"
|
|
24
52
|
v-model="circulateForm.nextNodeId"
|
|
53
|
+
style="width: 100% !important;"
|
|
25
54
|
:placeholder="`请选择下步节点`"
|
|
26
55
|
>
|
|
27
56
|
<el-option label="传阅" value="111"></el-option>
|
|
@@ -37,7 +66,7 @@
|
|
|
37
66
|
</el-form>
|
|
38
67
|
<circulate
|
|
39
68
|
style="margin-top: 10px"
|
|
40
|
-
:businessId="
|
|
69
|
+
:businessId="businessIds"
|
|
41
70
|
ref="circulate"
|
|
42
71
|
:selectorParams="params"
|
|
43
72
|
:pending-id="pendingId"
|
|
@@ -312,6 +341,7 @@
|
|
|
312
341
|
]"
|
|
313
342
|
>
|
|
314
343
|
<el-select
|
|
344
|
+
v-if="nextOperateCheckType == 'select'"
|
|
315
345
|
v-model="nextNode.nextOperate"
|
|
316
346
|
:placeholder="`请选择下步操作`"
|
|
317
347
|
:disabled="operationList && operationList.length == 1"
|
|
@@ -324,6 +354,14 @@
|
|
|
324
354
|
:value="items.key"
|
|
325
355
|
></el-option>
|
|
326
356
|
</el-select>
|
|
357
|
+
<es-radio-group
|
|
358
|
+
v-else-if="nextOperateCheckType == 'radio'"
|
|
359
|
+
v-model="nextNode.nextOperate"
|
|
360
|
+
:data="operationList"
|
|
361
|
+
@change="selecNext($event, true)"
|
|
362
|
+
value-key="key"
|
|
363
|
+
label-key="value"
|
|
364
|
+
></es-radio-group>
|
|
327
365
|
</el-form-item>
|
|
328
366
|
<div>
|
|
329
367
|
<el-form-item
|
|
@@ -1067,6 +1105,7 @@ export default {
|
|
|
1067
1105
|
showCustomLimitTimeText: false,
|
|
1068
1106
|
currentOrgDisabledObjId: [],
|
|
1069
1107
|
nextNodeCheckType: 'select',
|
|
1108
|
+
nextOperateCheckType:'select',
|
|
1070
1109
|
readOnlyNotificationType: '',
|
|
1071
1110
|
circularReadParamsMap: { circularReadOrgRoleCode: '' },
|
|
1072
1111
|
taskParams: {},
|
|
@@ -2589,6 +2628,7 @@ export default {
|
|
|
2589
2628
|
circularReadParamsMap,
|
|
2590
2629
|
isPreset,
|
|
2591
2630
|
choiceOrgId,
|
|
2631
|
+
nextOperateCheckType,
|
|
2592
2632
|
choiceDeptId,
|
|
2593
2633
|
readOnlyNotificationType,
|
|
2594
2634
|
notificationMessageReadOnly,
|
|
@@ -2618,7 +2658,8 @@ export default {
|
|
|
2618
2658
|
this.$emit('startTaskRead', res);
|
|
2619
2659
|
this.$emit('start-task-read', res);
|
|
2620
2660
|
this.circularReadParamsMap = circularReadParamsMap || {};
|
|
2621
|
-
this.currentOrgName =
|
|
2661
|
+
this.currentOrgName =
|
|
2662
|
+
this.nextOperateCheckType = nextOperateCheckType;
|
|
2622
2663
|
this.currentNodeIsCircularReadNode =
|
|
2623
2664
|
nodeInfoMap.nodeExtAttr.currentNodeIsCircularReadNode == 1;
|
|
2624
2665
|
this.readOnlyNotificationType = readOnlyNotificationType;
|
|
@@ -2861,6 +2902,8 @@ export default {
|
|
|
2861
2902
|
) {
|
|
2862
2903
|
this.flowSuccess(true);
|
|
2863
2904
|
// this.$emit('success');
|
|
2905
|
+
}else{
|
|
2906
|
+
this.$emit('cancel')
|
|
2864
2907
|
}
|
|
2865
2908
|
},
|
|
2866
2909
|
/**
|
|
@@ -74,6 +74,7 @@
|
|
|
74
74
|
? ''
|
|
75
75
|
: 'no-icon'
|
|
76
76
|
"
|
|
77
|
+
:where="newWhere"
|
|
77
78
|
:multiple="newMultiple"
|
|
78
79
|
@cancel="cancelSelectUser"
|
|
79
80
|
@change="getSelectUser"
|
|
@@ -183,6 +184,11 @@ export default {
|
|
|
183
184
|
newRadioList: []
|
|
184
185
|
};
|
|
185
186
|
},
|
|
187
|
+
computed:{
|
|
188
|
+
newWhere(){
|
|
189
|
+
return {mid:`${JSON.parse(util.getStorage('mainConfig')).userModel.orgId}-org-1`,...this.where}
|
|
190
|
+
}
|
|
191
|
+
},
|
|
186
192
|
watch: {
|
|
187
193
|
newPresetEdit(val) {
|
|
188
194
|
this.isChange = false;
|
|
Binary file
|
package/packages/login/.DS_Store
CHANGED
|
Binary file
|
|
@@ -18,6 +18,7 @@
|
|
|
18
18
|
</div>
|
|
19
19
|
<img v-if="loginLogoImg" class="es-login-logo" :src="loginLogoImg" />
|
|
20
20
|
<slot></slot>
|
|
21
|
+
<slot name="warning" :contents="warningText"></slot>
|
|
21
22
|
<div
|
|
22
23
|
class="es-login"
|
|
23
24
|
v-loading.fullscreen.lock="submit"
|
|
@@ -49,28 +50,28 @@
|
|
|
49
50
|
'es-login-model': modelLength == 2 || mode == 'complex'
|
|
50
51
|
}"
|
|
51
52
|
>
|
|
52
|
-
<template
|
|
53
|
-
v-if="
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
|
|
70
|
-
|
|
71
|
-
|
|
72
|
-
|
|
73
|
-
</
|
|
53
|
+
<template v-if="this.mode == 'complex'">
|
|
54
|
+
<template v-if="loginModel.indexOf('3') > -1">
|
|
55
|
+
<template v-for="item in switchs">
|
|
56
|
+
<div
|
|
57
|
+
v-if="item.tips"
|
|
58
|
+
v-show="switchActive != item.type"
|
|
59
|
+
class="es-login-model-tips"
|
|
60
|
+
:key="item.type + '_0'"
|
|
61
|
+
:style="getBackground(item.background)"
|
|
62
|
+
>
|
|
63
|
+
{{ item.tips }}
|
|
64
|
+
</div>
|
|
65
|
+
<span
|
|
66
|
+
v-show="switchActive != item.type"
|
|
67
|
+
class="es-icon-box"
|
|
68
|
+
@click="switchLoginType(item)"
|
|
69
|
+
:title="modelLength > 2 ? item.name : ''"
|
|
70
|
+
:key="item.type + '_1'"
|
|
71
|
+
>
|
|
72
|
+
<i :class="[item.icon, 'es-icon']"></i>
|
|
73
|
+
</span>
|
|
74
|
+
</template>
|
|
74
75
|
</template>
|
|
75
76
|
</template>
|
|
76
77
|
<template v-else>
|
|
@@ -391,8 +392,8 @@
|
|
|
391
392
|
>初次使用请下载一键安装包</span
|
|
392
393
|
>
|
|
393
394
|
</div>
|
|
394
|
-
<div class="es-warning" v-if="
|
|
395
|
-
{{
|
|
395
|
+
<div class="es-warning" v-if="showWarnInfo">
|
|
396
|
+
{{ warningText }}
|
|
396
397
|
</div>
|
|
397
398
|
</div>
|
|
398
399
|
</div>
|
|
@@ -492,7 +493,7 @@
|
|
|
492
493
|
</es-dialog>
|
|
493
494
|
<transition name="launch-fade">
|
|
494
495
|
<div class="es-launch-image" :style="_launchImage" v-show="showLaunch">
|
|
495
|
-
<p class="es-launch-text es-launch-user-name">{{ userName }}
|
|
496
|
+
<p class="es-launch-text es-launch-user-name">{{ userName }},您好!</p>
|
|
496
497
|
<p class="es-launch-text es-launch-system-name">
|
|
497
498
|
欢迎进入{{ sysName }}
|
|
498
499
|
</p>
|
|
@@ -501,6 +502,8 @@
|
|
|
501
502
|
<es-ca-login
|
|
502
503
|
v-if="isCaLogin"
|
|
503
504
|
ref="calogin"
|
|
505
|
+
:showSelect="showKeySelect"
|
|
506
|
+
:install-path="installPath"
|
|
504
507
|
:ca-model="caLoginModel"
|
|
505
508
|
:identifyingId="identifyingId"
|
|
506
509
|
:success="caLogin"
|
|
@@ -711,10 +714,7 @@ export default {
|
|
|
711
714
|
default: true
|
|
712
715
|
},
|
|
713
716
|
storage: String,
|
|
714
|
-
warning:
|
|
715
|
-
type: [Boolean, String],
|
|
716
|
-
default: false
|
|
717
|
-
},
|
|
717
|
+
warning: String,
|
|
718
718
|
copyrightStyle: {
|
|
719
719
|
type: Object,
|
|
720
720
|
default() {
|
|
@@ -775,7 +775,9 @@ export default {
|
|
|
775
775
|
return [];
|
|
776
776
|
}
|
|
777
777
|
},
|
|
778
|
-
caModel: String
|
|
778
|
+
caModel: String,
|
|
779
|
+
caInstallPath: String,
|
|
780
|
+
showKeySelect: Boolean
|
|
779
781
|
},
|
|
780
782
|
computed: {
|
|
781
783
|
transform() {
|
|
@@ -818,21 +820,12 @@ export default {
|
|
|
818
820
|
return window.location.href || window.href;
|
|
819
821
|
}
|
|
820
822
|
},
|
|
821
|
-
|
|
822
|
-
|
|
823
|
-
|
|
824
|
-
|
|
825
|
-
|
|
826
|
-
|
|
827
|
-
this.warningText !== 'true' &&
|
|
828
|
-
this.warningText !== true
|
|
829
|
-
) {
|
|
830
|
-
return this.warningText;
|
|
831
|
-
}
|
|
832
|
-
if (this.warning && typeof this.warning === 'string') {
|
|
833
|
-
return this.warning;
|
|
834
|
-
}
|
|
835
|
-
return '本系统为非涉密系统,禁止上传和处理任何涉密文件';
|
|
823
|
+
showWarnInfo() {
|
|
824
|
+
return this.$slots.warning || this.$scopedSlots.warning
|
|
825
|
+
? false
|
|
826
|
+
: this.warningText
|
|
827
|
+
? true
|
|
828
|
+
: false;
|
|
836
829
|
},
|
|
837
830
|
modelLength() {
|
|
838
831
|
return Array.isArray(this.loginModel)
|
|
@@ -883,7 +876,6 @@ export default {
|
|
|
883
876
|
types.forEach((item) => {
|
|
884
877
|
icon.push(this.iconfonts[item]);
|
|
885
878
|
});
|
|
886
|
-
console.log(icon);
|
|
887
879
|
return icon;
|
|
888
880
|
},
|
|
889
881
|
isCaLogin() {
|
|
@@ -1017,7 +1009,7 @@ export default {
|
|
|
1017
1009
|
checkCode: '',
|
|
1018
1010
|
showAssistance: false,
|
|
1019
1011
|
doAssistance: null,
|
|
1020
|
-
warningText:
|
|
1012
|
+
warningText: this.warning,
|
|
1021
1013
|
safes: {
|
|
1022
1014
|
paste: (event) => {
|
|
1023
1015
|
event.preventDefault();
|
|
@@ -1043,7 +1035,8 @@ export default {
|
|
|
1043
1035
|
launchKey: 'day',
|
|
1044
1036
|
launchTime: 2000,
|
|
1045
1037
|
switchActive: this.switchsActive,
|
|
1046
|
-
loginDownloadApp: this.loginDownloadApps
|
|
1038
|
+
loginDownloadApp: this.loginDownloadApps,
|
|
1039
|
+
installPath: this.caInstallPath
|
|
1047
1040
|
};
|
|
1048
1041
|
},
|
|
1049
1042
|
beforeCreate() {
|
|
@@ -1478,6 +1471,9 @@ export default {
|
|
|
1478
1471
|
if (res.subsystemExtend.loginDownloadApp) {
|
|
1479
1472
|
this.loginDownloadApp = res.subsystemExtend.loginDownloadApp;
|
|
1480
1473
|
}
|
|
1474
|
+
if (res.subsystemExtend.caInstallPath) {
|
|
1475
|
+
this.installPath = res.subsystemExtend.caInstallPath;
|
|
1476
|
+
}
|
|
1481
1477
|
}
|
|
1482
1478
|
this.passModifyModel = res.passModifyModel;
|
|
1483
1479
|
this.wechatAppid = res.wechatAppid;
|
package/packages/main/.DS_Store
CHANGED
|
Binary file
|
|
Binary file
|
|
@@ -224,7 +224,7 @@
|
|
|
224
224
|
</template>
|
|
225
225
|
<script>
|
|
226
226
|
import util from 'eoss-ui/src/utils/util.js';
|
|
227
|
-
import { getSelectorOrgDetail } from 'eoss-ui/src/config/api.js';
|
|
227
|
+
import { getSelectorOrgDetail, getSysParam } from 'eoss-ui/src/config/api.js';
|
|
228
228
|
import Clickoutside from 'eoss-element/src/utils/clickoutside';
|
|
229
229
|
export default {
|
|
230
230
|
name: 'EsSelector',
|
|
@@ -458,10 +458,16 @@ export default {
|
|
|
458
458
|
clearTimeout(this.timer);
|
|
459
459
|
this.timer = setTimeout(this.handleSearch, 500);
|
|
460
460
|
}
|
|
461
|
+
},
|
|
462
|
+
mix(val) {
|
|
463
|
+
if (val) {
|
|
464
|
+
this.getSysParam();
|
|
465
|
+
}
|
|
461
466
|
}
|
|
462
467
|
},
|
|
463
468
|
created() {
|
|
464
469
|
this.reference = this.$refs.esSelector;
|
|
470
|
+
this.mix && this.getSysParam();
|
|
465
471
|
},
|
|
466
472
|
mounted() {
|
|
467
473
|
this.resetInputHeight();
|
|
@@ -478,6 +484,25 @@ export default {
|
|
|
478
484
|
}
|
|
479
485
|
},
|
|
480
486
|
methods: {
|
|
487
|
+
getSysParam() {
|
|
488
|
+
if (util.getStorage('sysorgname') && util.getStorage('sysdepname')) {
|
|
489
|
+
return;
|
|
490
|
+
}
|
|
491
|
+
util
|
|
492
|
+
.ajax({
|
|
493
|
+
url: getSysParam,
|
|
494
|
+
params: {
|
|
495
|
+
paramCode: 'sysorgname,sysdepname'
|
|
496
|
+
}
|
|
497
|
+
})
|
|
498
|
+
.then((res) => {
|
|
499
|
+
if (res.rCode === 0) {
|
|
500
|
+
let params = res.results.split(',');
|
|
501
|
+
sessionStorage.setItem('sysorgname', params[0]);
|
|
502
|
+
sessionStorage.setItem('sysdepname', params[1]);
|
|
503
|
+
}
|
|
504
|
+
});
|
|
505
|
+
},
|
|
481
506
|
isObject(obj) {
|
|
482
507
|
return util.isObject(obj);
|
|
483
508
|
},
|
|
@@ -598,13 +623,14 @@ export default {
|
|
|
598
623
|
},
|
|
599
624
|
handleConfirm(res) {
|
|
600
625
|
this.visible = false;
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
this.$emit('confirm', res, this.businessData);
|
|
626
|
+
let val = util.isObject(res) ? [res] : res;
|
|
627
|
+
if (this.mix) {
|
|
628
|
+
val.forEach((item, index) => {
|
|
629
|
+
val[index]._typeName = util.getTypeName(item.stype);
|
|
630
|
+
});
|
|
607
631
|
}
|
|
632
|
+
this.$emit('input', val);
|
|
633
|
+
this.$emit('confirm', val, this.businessData);
|
|
608
634
|
let inputChildNodes = this.$refs.reference
|
|
609
635
|
? this.$refs.reference.$el.childNodes
|
|
610
636
|
: null;
|
|
Binary file
|
|
@@ -340,7 +340,7 @@ export default {
|
|
|
340
340
|
selection: [],
|
|
341
341
|
value: [],
|
|
342
342
|
param: {
|
|
343
|
-
showarea:
|
|
343
|
+
showarea: 0,
|
|
344
344
|
id: 0,
|
|
345
345
|
filid: 'all'
|
|
346
346
|
}
|
|
@@ -368,7 +368,7 @@ export default {
|
|
|
368
368
|
selection: [],
|
|
369
369
|
value: [],
|
|
370
370
|
param: {
|
|
371
|
-
showarea:
|
|
371
|
+
showarea: 0,
|
|
372
372
|
id: 0,
|
|
373
373
|
filid: 'all'
|
|
374
374
|
}
|
|
@@ -396,7 +396,7 @@ export default {
|
|
|
396
396
|
name: 'filgroup',
|
|
397
397
|
url: getSelectorOrgTree,
|
|
398
398
|
param: {
|
|
399
|
-
showarea:
|
|
399
|
+
showarea: 4,
|
|
400
400
|
id: 0,
|
|
401
401
|
filid: 'all'
|
|
402
402
|
}
|
|
@@ -410,7 +410,7 @@ export default {
|
|
|
410
410
|
selection: [],
|
|
411
411
|
value: [],
|
|
412
412
|
param: {
|
|
413
|
-
showarea:
|
|
413
|
+
showarea: 5,
|
|
414
414
|
id: 0,
|
|
415
415
|
filid: 'all'
|
|
416
416
|
}
|
|
@@ -452,7 +452,7 @@ export default {
|
|
|
452
452
|
selection: [],
|
|
453
453
|
value: [],
|
|
454
454
|
param: {
|
|
455
|
-
showarea:
|
|
455
|
+
showarea: 14,
|
|
456
456
|
id: 0,
|
|
457
457
|
filid: 'all'
|
|
458
458
|
}
|
|
@@ -141,16 +141,9 @@ export default {
|
|
|
141
141
|
},
|
|
142
142
|
methods: {
|
|
143
143
|
getLabel(res) {
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
}
|
|
148
|
-
return (
|
|
149
|
-
tag +
|
|
150
|
-
(res[this.labelKey]
|
|
151
|
-
? res[this.labelKey]
|
|
152
|
-
: res.label || res[this.valueKey])
|
|
153
|
-
);
|
|
144
|
+
return res[this.labelKey]
|
|
145
|
+
? res[this.labelKey]
|
|
146
|
+
: res.label || res[this.valueKey];
|
|
154
147
|
},
|
|
155
148
|
handleSort(res) {
|
|
156
149
|
this.$emit('sort', res);
|