소스 검색

Merge branch 'dev' into purchaseDev

002637 1 년 전
부모
커밋
70d7894a1c
2개의 변경된 파일10개의 추가작업 그리고 1개의 파일을 삭제
  1. 10 0
      src/components/popover-select/components/MK_CUSTOMER_BYPRINCIPAL.js
  2. 0 1
      src/views/business/spd/bo/authority/index.vue

+ 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