Browse Source

筛选启用用户

chenrui 2 năm trước cách đây
mục cha
commit
d986cf27fd
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  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 => {