Parcourir la source

选择客户接口新增字段

hezhanp il y a 8 mois
Parent
commit
1865d3aeef
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  1. 2 1
      src/views/saleManage/contact/components/parentList.vue

+ 2 - 1
src/views/saleManage/contact/components/parentList.vue

@@ -190,7 +190,8 @@
           size: limit,
           type: this.classType,
           ...where,
-          status: '1'
+          status: '1',
+          assignStatus:0
         });
       },