Переглянути джерело

修复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()