From 41c03f634423d452f179675c3dd610ffb48b5b63 Mon Sep 17 00:00:00 2001 From: skjia <106962133@qq.com> Date: Fri, 6 Jun 2025 09:53:38 +0800 Subject: [PATCH] =?UTF-8?q?jsk=20=E4=BD=93=E6=A3=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/healthCenter/examinationReport/index.vue | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/views/healthCenter/examinationReport/index.vue b/src/views/healthCenter/examinationReport/index.vue index 25e2fee2..2f6c72f0 100644 --- a/src/views/healthCenter/examinationReport/index.vue +++ b/src/views/healthCenter/examinationReport/index.vue @@ -651,7 +651,13 @@ export default { "reportDatas":this.reportDatas } console.log("params",params) + let loading=this.$loading({ + lock:true, + text:'提交中...', + background:'rgba(0,0,0,0.4)' + }) addReportApi(params).then(response => { + loading.close(); this.$modal.msgSuccess("新增成功"); this.open = false; this.openAddReport= false,