1.observable.partition将输入根据函数分为两部分,前者为符合函数条件的,后者为不符合条件的
例如: let [customerSource, tenantSource] = this.formGroup.valueChanges.partition(type => type !== "hudheud")
1.observable.partition将输入根据函数分为两部分,前者为符合函数条件的,后者为不符合条件的
例如: let [customerSource, tenantSource] = this.formGroup.valueChanges.partition(type => type !== "hudheud")