bri-components 1.3.33 → 1.3.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/package.json
CHANGED
|
@@ -138,6 +138,9 @@ export default {
|
|
|
138
138
|
screenKey () {
|
|
139
139
|
return this.propsObj.screenKey;
|
|
140
140
|
},
|
|
141
|
+
allScreenKey () {
|
|
142
|
+
return this.propsObj.allScreenKey;
|
|
143
|
+
},
|
|
141
144
|
commonPropsObj () {
|
|
142
145
|
return {
|
|
143
146
|
// isShare: false, // 是否是分享页在用
|
|
@@ -220,7 +223,7 @@ export default {
|
|
|
220
223
|
},
|
|
221
224
|
quoteParams () {
|
|
222
225
|
return {
|
|
223
|
-
screenKey: this.
|
|
226
|
+
screenKey: this.allScreenKey,
|
|
224
227
|
fields: [...this.quoteListFields, this.controlKey, "createdAt"],
|
|
225
228
|
advSearch: {
|
|
226
229
|
logic: "and",
|