@@ -487,13 +487,6 @@ export default {
this.citys=res.data;
})
},
- handleShow(row){
- var that=this;
- that.show.open=true;
- setTimeout(() => {
- that.$refs.customerDetails.getDetails(row.customerId);
- }, 200);
- },
/** 查询客户列表 */
getList() {
this.loading = true;