|
@@ -228,14 +228,15 @@ export default {
|
|
|
|
|
|
resetFn() {
|
|
resetFn() {
|
|
// this.searchForm.theTime = null;
|
|
// 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 = ''
|
|
|
|
|
|
+ // 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())
|
|
},
|
|
},
|
|
|
|
|
|
// //返利类型数据
|
|
// //返利类型数据
|