Browse Source

修改bug

chenrui 9 months ago
parent
commit
b0f1642059
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/customerManagement/customerInfo/mergeCustomerModal.vue

+ 1 - 1
src/views/customerManagement/customerInfo/mergeCustomerModal.vue

@@ -25,7 +25,7 @@
           <custList
             ref="custList"
             :notSn="form.customerSnTarget"
-            :dealerFlag="0"
+            dealerFlag="all"
             dealerDisabled
             @change="custChange"
             placeholder="输入客户名称搜索"></custList>