From 723793a0aa8d69cbbb463830a3344dbd6655cee5 Mon Sep 17 00:00:00 2001
From: chenhaozhe <gaozhechen26@gmail.com>
Date: 星期六, 04 四月 2026 14:57:02 +0800
Subject: [PATCH] Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI

---
 src/views/basic/gyCurrency/gyCurrency.vue |    9 +++++++--
 1 files changed, 7 insertions(+), 2 deletions(-)

diff --git a/src/views/basic/gyCurrency/gyCurrency.vue b/src/views/basic/gyCurrency/gyCurrency.vue
index 69f30aa..d2d4ad3 100644
--- a/src/views/basic/gyCurrency/gyCurrency.vue
+++ b/src/views/basic/gyCurrency/gyCurrency.vue
@@ -1177,12 +1177,17 @@
     //鍙屽嚮琛�
     handleDblclick(row, column, cell, event) {
       if (this.checkIsIframe()) {
-        window.parent.iframeCarCallBack(row);
+        window.parent.iframeCurrencyCallBack(row);
         return;
       }
       this.OperationType = 3;
-      this.handleEdit(row, this.OperationType);
+      if (this.openPage) {
+        this.$emit('deptEmitDb', row, 2)
+      } else {
+        this.handleEdit();
+      }
     },
+    
     // 澶氶�夋閫変腑鏁版嵁
     handleSelectionChange(selection) {
       // this.rowForm = {}

--
Gitblit v1.9.1