shish 3 years ago
parent
commit
159a8dfb55
1 changed files with 0 additions and 5 deletions
  1. 0 5
      hdPad/src/pages/home/cash.vue

+ 0 - 5
hdPad/src/pages/home/cash.vue

@@ -140,11 +140,6 @@ export default {
 		resetCustomer(){
 			this.hasChooseCustomer = false
 		},
-		selectCustomer(info){
-			this.customId = info.id ? parseInt(info.id) : 0
-			this.currentJobId = this.customId
-			this.hasChooseCustomer = true
-		},
 		cancelChooseCustomer(){
 			this.hasChooseCustomer = true
 		},