|
@@ -227,16 +227,15 @@ export default {
|
|
|
// },
|
|
|
|
|
|
resetFn() {
|
|
|
- // this.searchForm.theTime = null;
|
|
|
- // this.dataList.forEach(v => {
|
|
|
- // v.money = ''
|
|
|
- // v.bz = ''
|
|
|
- // v.name = ''
|
|
|
- // })
|
|
|
- // this.dataList[1].customerId = ''
|
|
|
- // this.dataList[1].customerNumber = ''
|
|
|
- // this.dataList[1].allowanceAmount = ''
|
|
|
- Object.assign(this.$data, this.$options.data())
|
|
|
+ this.searchForm.theTime = null
|
|
|
+ this.dataList.forEach(v => {
|
|
|
+ v.money = ''
|
|
|
+ v.bz = ''
|
|
|
+ v.name = ''
|
|
|
+ })
|
|
|
+ this.dataList[1].customerId = ''
|
|
|
+ this.dataList[1].customerNumber = ''
|
|
|
+ this.dataList[1].allowanceAmount = ''
|
|
|
},
|
|
|
|
|
|
// //返利类型数据
|