Parcourir la source

筛选启用用户

chenrui il y a 2 ans
Parent
commit
d986cf27fd
1 fichiers modifiés avec 2 ajouts et 1 suppressions
  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 => {