|
@@ -635,6 +635,9 @@ export default {
|
|
|
})
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
+ this.money=''
|
|
|
+ this.paymentDate=''
|
|
|
+ this.paymentScreenshot=''
|
|
|
this.$message.success('付款成功')
|
|
|
this.dialogFormVisible1 = false
|
|
|
this.getList()
|
|
@@ -657,6 +660,9 @@ export default {
|
|
|
.toPromise()
|
|
|
.then((response) => {
|
|
|
this.$message.success('收款成功')
|
|
|
+ this.collectmoney=''
|
|
|
+ this.collectionDate=''
|
|
|
+ this.collectionScreenshot=''
|
|
|
this.dialogFormVisible2 = false
|
|
|
this.getList()
|
|
|
})
|