shish 3 лет назад
Родитель
Сommit
159a8dfb55
1 измененных файлов с 0 добавлено и 5 удалено
  1. 0 5
      hdPad/src/pages/home/cash.vue

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

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