|
@@ -282,6 +282,10 @@ export default {
|
|
|
v.bz = ''
|
|
|
v.name = ''
|
|
|
})
|
|
|
+ this.searchForm.customerNumber = ''
|
|
|
+ this.dataList[0].customerId = ''
|
|
|
+ this.dataList[0].customerNumber = ''
|
|
|
+ this.dataList[0].allowanceAmount = ''
|
|
|
this.dataList[1].customerId = ''
|
|
|
this.dataList[1].customerNumber = ''
|
|
|
this.dataList[1].allowanceAmount = ''
|