From 7d2dba2945bf807413e7fc809fc06acebe3721a8 Mon Sep 17 00:00:00 2001 From: lkk <364857242@qq.com> Date: 星期二, 21 一月 2025 13:46:41 +0800 Subject: [PATCH] 1 --- src/views/hosp/order/index.vue | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/hosp/order/index.vue b/src/views/hosp/order/index.vue index d14c588..c5e9a65 100644 --- a/src/views/hosp/order/index.vue +++ b/src/views/hosp/order/index.vue @@ -573,7 +573,7 @@ append-to-body :close-on-click-modal="false" > - <div class="box"> + <div class="box"> <div class="box1"> <div style="text-align: center; margin-bottom: 10px; margin-top: 10px" @@ -829,7 +829,7 @@ <!-- <h3 style="font-weight: 600">鍚堣锛歿{ marryalls }}鍏�</h3> --> </div> </div> - <el-form + <el-form :model="form" inline style="display: flex; justify-content: space-between; margin-top: 20px" @@ -2972,9 +2972,11 @@ const params = { viewNum, tjnumber }; this.$tab.openPage("鏀舵灏忕エ", "/report/charge", params); this.Projectopen1 = false; + this.Projectopen = false; this.isSubmit1 = false; }); } + this.isSubmit1 = false; }); }, -- Gitblit v1.8.0