|
@@ -39,12 +39,9 @@ export default {
|
|
|
}
|
|
|
},
|
|
|
methods: {
|
|
|
- // onChange(key, value) {
|
|
|
- // this.$emit('onChange', { [key]: value })
|
|
|
- // },
|
|
|
async remoteMethod(key, q, utilName) {
|
|
|
if (utilName === 'getTeam') {
|
|
|
- const res = await teamQueryTeamInfo({ teamName: q, bizId: this.$store.state.global.bizId })
|
|
|
+ const res = await teamQueryTeamInfo({ teamName: q })
|
|
|
this.renderBaseData.map(t => t.map(g => {
|
|
|
if (g.key === key) {
|
|
|
g.option = res.data.map(t => ({
|