浏览代码

选择客户接口新增字段

hezhanp 8 月之前
父节点
当前提交
1865d3aeef
共有 1 个文件被更改,包括 2 次插入1 次删除
  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
         });
       },