manage-client 4.1.84 → 4.1.85
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
|
@@ -549,10 +549,6 @@
|
|
|
549
549
|
args.condition = `${args.condition}` + this.orgCondtionStr
|
|
550
550
|
await this.model.search(args.condition, args.model)
|
|
551
551
|
this.sumsmodel = this.$refs.paged.$refs.grid.model.sums
|
|
552
|
-
this.sumsmodel.hushu =[...new Set(this.$refs.paged.$refs.grid.model.rows.map(item => item.f_userinfo_code))].length
|
|
553
|
-
if(this.sumsmodel.hushu===null){
|
|
554
|
-
this.sumsmodel.hushu = 0
|
|
555
|
-
}
|
|
556
552
|
},
|
|
557
553
|
clear() {
|
|
558
554
|
//清空部门和人员
|