bri-components 1.4.60 → 1.4.61
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/package.json
CHANGED
|
@@ -20,16 +20,6 @@
|
|
|
20
20
|
|
|
21
21
|
<!-- 日期、日期时间、年、月 -->
|
|
22
22
|
<template v-else>
|
|
23
|
-
<!-- <DatePicker
|
|
24
|
-
class="DshDate-edit"
|
|
25
|
-
v-model="curVal"
|
|
26
|
-
:type="subType"
|
|
27
|
-
:placeholder="selfPropsObj._placeholder"
|
|
28
|
-
:disabled="disabled"
|
|
29
|
-
:clearable="clearable"
|
|
30
|
-
:options="options"
|
|
31
|
-
:transfer="selfPropsObj._transfer"
|
|
32
|
-
></DatePicker> -->
|
|
33
23
|
<DatePicker
|
|
34
24
|
class="DshDate-edit"
|
|
35
25
|
:model-value="curVal"
|
|
@@ -234,6 +234,9 @@ export default {
|
|
|
234
234
|
allScreenKey () {
|
|
235
235
|
return this.propsObj.allScreenKey;
|
|
236
236
|
},
|
|
237
|
+
flowInstId () {
|
|
238
|
+
return this.propsObj.flowInstId;
|
|
239
|
+
},
|
|
237
240
|
|
|
238
241
|
commonPropsObj () {
|
|
239
242
|
return {
|
|
@@ -689,6 +692,7 @@ export default {
|
|
|
689
692
|
screenKey: this.screenKey,
|
|
690
693
|
_id: this.parentDataId,
|
|
691
694
|
_key: this.controlKey,
|
|
695
|
+
flowinst: this.flowInstId,
|
|
692
696
|
advSearch: this.finalTableAdvSearch
|
|
693
697
|
};
|
|
694
698
|
},
|