fix: 部门禁用
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
</script>
|
||||
{% raw %}
|
||||
<script type="text/html" id="dept-status">
|
||||
<input type="checkbox" name="status" value="{{ d.deptId }}" lay-skin="switch" lay-text="启用|禁用"
|
||||
<input type="checkbox" name="status" value="{{ d.id }}" lay-skin="switch" lay-text="启用|禁用"
|
||||
lay-filter="dept-enable"
|
||||
{{# if(d.status==1){ }} checked {{# } }}>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user