From b71ae6310a48763ca79216db617e36c99d7b9ef7 Mon Sep 17 00:00:00 2001
From: zhoushihao <zsh19950802@163.com>
Date: 星期二, 31 十二月 2024 17:02:13 +0800
Subject: [PATCH] Merge remote-tracking branch 'origin/master'

---
 UI-Project/src/views/hollow/hollowequipmenttwo.vue |   13 +++++++++++--
 1 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/UI-Project/src/views/hollow/hollowequipmenttwo.vue b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
index d2bafbb..7c705d5 100644
--- a/UI-Project/src/views/hollow/hollowequipmenttwo.vue
+++ b/UI-Project/src/views/hollow/hollowequipmenttwo.vue
@@ -483,7 +483,7 @@
   </el-dialog>
   <!-- 涓┖閰嶆柟 -->
   <el-dialog v-model="mulan" top="15vh" width="70%" :title="$t('hellow.hollowformula')">
-    <el-button id="searchButton" type="primary"  @click="add = true">
+    <el-button id="searchButton" type="primary"  @click="openAddDialog">
           {{ $t('basicData.add') }}
         </el-button>
       <el-table ref="table" style="margin-top: 20px;height: 400px;"
@@ -632,7 +632,16 @@
     rightRemove.value = row.rightRemove;
     topRemove.value = row.topRemove;
     adda.value = true;
-} 
+}  
+function openAddDialog() {  
+    formulaName.value = '';
+    filmRemove.value = '';
+    bottomRemove.value = '';
+    leftRemove.value = '';
+    rightRemove.value = '';
+    topRemove.value = '';
+    add.value = true;
+}
 const handlezhiban = () => {
   dialogFormVisiblea.value = true;
   fetchFlowCardId();

--
Gitblit v1.8.0