소스 검색

修复DialogTree同个字段下无法显示不同节点问题

jqh 5 년 전
부모
커밋
8886a5bf5f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/Grid/Displayers/DialogTree.php

+ 1 - 1
src/Grid/Displayers/DialogTree.php

@@ -172,7 +172,7 @@ EOF;
 
     protected function getSelectorPrefix()
     {
-        return $this->grid->getName().'_'.$this->column->getName();
+        return $this->grid->getName().'_'.$this->column->getName().'_'.$this->getKey();
     }
 
     protected function setupScript()