|
@@ -2099,6 +2099,12 @@ export default {
|
|
distributionIng: '',
|
|
distributionIng: '',
|
|
accountPaymentDate:''
|
|
accountPaymentDate:''
|
|
}
|
|
}
|
|
|
|
+ const end = new Date(new Date().getTime())
|
|
|
|
+ .toISOString()
|
|
|
|
+ .replace('T', ' ')
|
|
|
|
+ .split('.')[0]//默认结束时间今天
|
|
|
|
+ // console.log([start.split(' '), end])
|
|
|
|
+ this.form.accountPaymentDate=end.split(' ')[0]
|
|
this.$refs.upload.clearFiles()
|
|
this.$refs.upload.clearFiles()
|
|
this.getList()
|
|
this.getList()
|
|
}).catch(() => {
|
|
}).catch(() => {
|