8个表单中添加控件

master
lynn 8 months ago
parent e8755d33c1
commit 8609b6e889

File diff suppressed because it is too large Load Diff

@ -678,7 +678,7 @@ export default {
this.loadEditOptions(row) this.loadEditOptions(row)
// //
this.dialogVisible = true this.dialogVisible = true
}) })
.catch(error => { .catch(error => {
console.error('加载支付表格选项失败:', error) console.error('加载支付表格选项失败:', error)
@ -802,7 +802,7 @@ export default {
if (this.form.paymentForm && this.form.paymentForm !== this.originalPaymentForm) { if (this.form.paymentForm && this.form.paymentForm !== this.originalPaymentForm) {
submitData.contract_template_id = this.form.paymentForm submitData.contract_template_id = this.form.paymentForm
} }
} else { } else {
// //
if (this.form.paymentForm) { if (this.form.paymentForm) {
submitData.contract_template_id = this.form.paymentForm submitData.contract_template_id = this.form.paymentForm
@ -816,7 +816,7 @@ export default {
return return
} }
this.$message.success('保存成功') this.$message.success('保存成功')
this.dialogVisible = false this.dialogVisible = false
// //
await this.getTableData() await this.getTableData()

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save