在dwz的dialog中进行批量操作的代码为:

<li><a title="确定吗?" target="selectedTodo" rel="staffId" postType="string" href="<?php echo site_url('salary/appendStaffsToTemplate') ?>" class="add"><span>批量加入职工</span></a></li>
    

但是提交后出现问题,需要加入targetType属性:

<li><a title="确定吗?" target="selectedTodo" targetType="dialog" rel="staffId" postType="string" href="<?php echo site_url('salary/appendStaffsToTemplate') ?>" class="add"><span>批量加入职工</span></a></li>
    

 

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-11-27
  • 2022-12-23
  • 2021-12-13
  • 2022-01-27
  • 2022-12-23
猜你喜欢
  • 2021-11-20
  • 2021-09-22
  • 2022-12-23
  • 2021-11-21
  • 2022-12-23
相关资源
相似解决方案