From 26c54458680f33aba3f04578fad09fcc23708902 Mon Sep 17 00:00:00 2001 From: zhaoxiao Date: Fri, 8 Oct 2021 14:59:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B6=E5=85=A5=E5=90=88=E5=90=8C=E5=AE=A1?= =?UTF-8?q?=E6=A0=B8=E6=8C=89=E9=92=AE=E9=87=8D=E5=A4=8D=E7=82=B9=E5=87=BB?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/RevenueContractAduitModule.vue | 56 ++++++++++--------- 1 file changed, 31 insertions(+), 25 deletions(-) diff --git a/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue b/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue index 9e0e45b..6321628 100644 --- a/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue +++ b/src/views/contractManagement/revenueContract/modules/RevenueContractAduitModule.vue @@ -5,32 +5,37 @@ :visible="visible" :confirmLoading="confirmLoading" switchFullscreen - @ok="handleOk" - @cancel="handleCancel" cancelText="关闭"> - - - - - - - 通过 - 拒绝 - - - - - - + + + + + + + + 通过 + 拒绝 + + + + + + + + @@ -81,6 +86,7 @@ export default { // 触发表单验证 this.form.validateFields((err, values) => { if (!err) { + this.confirmLoading = true values.contractId = this.contractId const formData = Object.assign(this.model, values) console.log('表单提交数据', formData)