Browse Source

提交修改顾问筛选

dev
douzhuo 2 years ago
parent
commit
727b12a296
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      pages/center/prohibited/index.vue

+ 4
- 0
pages/center/prohibited/index.vue View File

@@ -373,6 +373,10 @@
item.label = item.name; item.label = item.name;
item.value = item.accountId item.value = item.accountId
}) })
this.freeList.unshift({
label: '全部',
value: null,
})
}) })
}, },
//顾问确认 //顾问确认


Loading…
Cancel
Save