@@ -23,7 +23,7 @@ const devMixin = {
}
},
mounted() {
- getClientTypeList().then(res => {
+ getClientTypeList(this.types ? { types: this.types } : {}).then(res => {
if (res.code === 0) {
res.data.map(i => {
this.devOptions.push({