Browse Source

dbfind明细放大镜点击错误,修复

zhouy 7 years ago
parent
commit
1939182179
1 changed files with 1 additions and 1 deletions
  1. 1 1
      frontend/saas-web/app/view/core/dbfind/DbfindTrigger.js

+ 1 - 1
frontend/saas-web/app/view/core/dbfind/DbfindTrigger.js

@@ -99,7 +99,7 @@ Ext.define('saas.view.core.dbfind.DbfindTrigger', {
         //判断dbfindtrigger归属
         f.judge(f);//form
         var panel = f.up('core-tab-panel'),panelEl;
-        if(f.ownerCt.ownerCt.id.indexOf('window-')>-1){
+        if(!f.column && f.ownerCt.ownerCt.id.indexOf('window-')>-1){
             panelEl = f.ownerCt.ownerCt.getEl()
         }else{
             panelEl = panel.getEl()