问题修复

This commit is contained in:
hongchao 2025-12-08 18:24:18 +08:00
parent 17718750d5
commit bc1711dadc
1 changed files with 2 additions and 2 deletions

View File

@ -675,7 +675,7 @@ export default {
this.$modal
.confirm('是否确认提交?')
.then(() => {
this.loading = true
const loading = this.$loading()
let params = {
agreementIds: Array.isArray(this.rowData) ? this.rowData.map(item => item.agreementId) : [],
totalCostAll: this.costAll,
@ -689,7 +689,7 @@ export default {
console.log('2222222222222', params)
submitCosts(params).then(response => {
this.loading = false
loading.close()
this.$message({
type: 'success',
message: '提交成功'