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