更改记录

This commit is contained in:
魏啾
2024-07-02 09:55:49 +08:00
parent ed9ec61ab4
commit fb732f8ebe
2 changed files with 4 additions and 4 deletions

View File

@@ -288,7 +288,7 @@ export default {
const res = await paidAmount({
id: this.idinfo,
paidAmount: this.ruleForm.montey,
payType: this.payType,
payType: this.ruleForm.payType,
remark: this.ruleForm.remark
})
this.$message({ type: 'success', message: '付款成功!' });
@@ -398,7 +398,7 @@ export default {
})
this.typedialogshow = true
this.tableDatatype.loading = false
this.tableDatatype.data = res.content
this.tableDatatype.data = res
this.tableDatatype.total = res.totalElements
} catch (error) {
console.log(error)