guhongwei 4 years ago
parent
commit
21a363dc7f
1 changed files with 6 additions and 0 deletions
  1. 6 0
      src/views/order/transport/index.vue

+ 6 - 0
src/views/order/transport/index.vue

@@ -302,6 +302,12 @@ export default {
         const { data, total } = res;
         this.$set(this, `clientList`, data);
       }
+      // 查供应商
+      res = await this.clientQuery({ type: '客户' });
+      if (this.$checkRes(res)) {
+        const { data, total } = res;
+        this.$set(this, `supClientList`, data);
+      }
       // 查询线路列表
       res = await this.routeQuery();
       if (this.$checkRes(res)) {