|
|
@@ -199,6 +199,13 @@ export default {
|
|
|
this.tool.showMessage(res,()=>{
|
|
|
this.dialogFormVisible = false
|
|
|
this.$refs.formRef.resetFields()
|
|
|
+ this.form = {
|
|
|
+ "ownertable": "",
|
|
|
+ "ownerid": '',
|
|
|
+ "feestype": "",
|
|
|
+ "followupdate": "",
|
|
|
+ "amount":""
|
|
|
+ }
|
|
|
this.listData(this.param.content.pageNumber = 1)
|
|
|
})
|
|
|
}else {
|
|
|
@@ -221,6 +228,13 @@ export default {
|
|
|
this.tool.showMessage(res,()=>{
|
|
|
this.dialogFormVisible = false
|
|
|
this.$refs.formRef.resetFields()
|
|
|
+ this.form = {
|
|
|
+ "ownertable": "",
|
|
|
+ "ownerid": '',
|
|
|
+ "feestype": "",
|
|
|
+ "followupdate": "",
|
|
|
+ "amount":""
|
|
|
+ }
|
|
|
this.listData(this.param.content.pageNumber = 1)
|
|
|
})
|
|
|
}
|