@sy-common/organize-select-help 1.0.0-beta.19 → 1.0.0-beta.24
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 +1 -1
- package/src/index.vue +5 -0
package/package.json
CHANGED
package/src/index.vue
CHANGED
|
@@ -214,6 +214,10 @@ export default {
|
|
|
214
214
|
isQuickOpen:{
|
|
215
215
|
type: Boolean,
|
|
216
216
|
default: false
|
|
217
|
+
},
|
|
218
|
+
defaultOrgUnitId:{
|
|
219
|
+
type: String,
|
|
220
|
+
default: ''
|
|
217
221
|
}
|
|
218
222
|
},
|
|
219
223
|
data(){
|
|
@@ -551,6 +555,7 @@ export default {
|
|
|
551
555
|
search:this.staffSearch,
|
|
552
556
|
offset:this.offset,
|
|
553
557
|
limit:10,
|
|
558
|
+
baComOrgCode:this.defaultOrgUnitId
|
|
554
559
|
}
|
|
555
560
|
}).then((res)=>{
|
|
556
561
|
if(res.data.code === 1){
|