Bläddra i källkod

新增根据员工(客户负责人)查询客户;

001295 1 år sedan
förälder
incheckning
bb8c65cc8e

+ 10 - 0
src/components/popover-select/components/MK_CUSTOMER_BYPRINCIPAL.js

@@ -0,0 +1,10 @@
+export default [
+  {
+    item: { key: "code", title: "编码" , width: "auto"},
+    attr: {},
+  },
+  {
+    item: { key: "name", title: "名称" , width: "auto"},
+    attr: {},
+  },
+];

+ 0 - 1
src/views/business/spd/bo/authority/index.vue

@@ -294,7 +294,6 @@ export default {
     },
     //查询客户
     async getCustomer(){
-      console.log('this.queryCustomerParams',this.queryCustomerParams);
       await byPrincipal(this.queryCustomerParams).then(res => {
         if (res.code === 200) {
           this.customerList = res.rows