|
@@ -147,6 +147,9 @@ export default {
|
|
|
methods: {
|
|
|
filterPersonnel(id, name) {
|
|
|
this.pageIndex = 1
|
|
|
+ if(!id) {
|
|
|
+ this.filterConditionSwitching()
|
|
|
+ }
|
|
|
if (this.chartUserId) {
|
|
|
let arrList = JSON.parse(JSON.stringify(this.personnelAllPlly))
|
|
|
const arr = arrList.list.filter(item => item.name == name)
|