浏览代码

筛选启用用户

chenrui 2 年之前
父节点
当前提交
d986cf27fd
共有 1 个文件被更改,包括 2 次插入1 次删除
  1. 2 1
      pages/statistics/chooseShelf.vue

+ 2 - 1
pages/statistics/chooseShelf.vue

@@ -82,7 +82,8 @@
 				let params = {
 				    pageNo: this.pageNo,
 				    pageSize: this.pageSize,
-					customerName: this.customerName
+					customerName: this.customerName,
+					enabledFlag : 1 //1启用客户 0 禁用用户
 				}
 				_this.status = 'loading'
 				customerList(params).then(res => {