@@ -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 => {