guhongwei 4 年之前
父节点
当前提交
21a363dc7f
共有 1 个文件被更改,包括 6 次插入0 次删除
  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)) {