DESKTOP-SVI9JE1\muzen 2 년 전
부모
커밋
e8f28918c0
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/mixin/index.js

+ 1 - 1
src/mixin/index.js

@@ -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({